Html Css Color HEX #69897D Patina

📋 copy color: '#69897D'

red 105 ◦ green 137 ◦ blue 125

#69897D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #69897D

Tints of Patina #69897D

RGB

 RED value IS 105 (41.41% from 255) = 28.61%

 GREEN value IS 137 (53.91% from 255) = 37.33%

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 28.61%
G = 37.33%
B = 34.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69897D (or 0x69897D) is known color: Patina. HEX triplet: 69, 89 and 7D. RGB value is (105,137,125). Sum of RGB (Red+Green+Blue) = 105+137+125=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #69897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69897D is #967682. Grayscale: #7E7E7E. Windows color (decimal): -9860739 or 8227177. OLE color: 8227177.

HSL color Cylindrical-coordinate representation of color #69897D: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69897D is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 125 -
CMYK 0.23 0 0.09 0.46
HSL 157.5º 0.13% 0.47% -
HSV(B) 157.5º 0.23% 0.54% -
XYZ 18.47 22.38 22.75 -
YUV 126.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 105 137 125 0.23 0 0.09 0.46 157.5 0.13 0.47
Hex 69 89 7D 17 0 9 2E 9E D 2F
Octal 151 211 175 27 0 11 56 236 15 57
Binary 1101001 10001001 1111101 10111 0 1001 101110 10011110 1101 101111

Color Harmonies of #69897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69897D

Black with #69897D

Text Example


Text Example

White with #69897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69897D; }

 p { color: rgb(105,137,125); }

 H1.HeaderClassName
 {
   color: #69897D;
 }
 .AnyTagClassName
 {
   color: #69897D;
 }
</style>

background-color css

<style>
 a { background-color: #69897D; }

 a { background-color: rgb(105,137,125); }

 div.DivClassName
 {
   background-color: #69897D;
 }
 .BgClassName
 {
   background-color: #69897D;
 }
</style>

border-color css

<style>
 span { border-color: #69897D; }

 span { border-color: rgb(105,137,125); }

 td.TdClassName
 {
   border-color: #69897D;
 }
 .TagClassName
 {
   border-color: #69897D;
 }
</style>