Html Css Color HEX #66A091 Patina

📋 copy color: '#66A091'

red 102 ◦ green 160 ◦ blue 145

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

Shades of Patina #66A091

Tints of Patina #66A091

RGB

 RED value IS 102 (40.23% from 255) = 25.06%

 GREEN value IS 160 (62.89% from 255) = 39.31%

 BLUE value IS 145 (57.03% from 255) = 35.63%

R = 25.06%
G = 39.31%
B = 35.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#66A091 (or 0x66A091) is known color: Patina. HEX triplet: 66, A0 and 91. RGB value is (102,160,145). Sum of RGB (Red+Green+Blue) = 102+160+145=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #66A091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A091 is #995F6E. Grayscale: #8C8C8C. Windows color (decimal): -10051439 or 9543782. OLE color: 9543782.

HSL color Cylindrical-coordinate representation of color #66A091: hue angle of 164.48º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66A091 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 160 145 -
CMYK 0.36 0 0.09 0.37
HSL 164.48º 0.23% 0.51% -
HSV(B) 164.48º 0.36% 0.63% -
XYZ 23.16 30.01 31.36 -
YUV 140.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 102 160 145 0.36 0 0.09 0.37 164.48 0.23 0.51
Hex 66 A0 91 24 0 9 25 A4 17 33
Octal 146 240 221 44 0 11 45 244 27 63
Binary 1100110 10100000 10010001 100100 0 1001 100101 10100100 10111 110011

Color Harmonies of #66A091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A091

Black with #66A091

Text Example


Text Example

White with #66A091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A091; }

 p { color: rgb(102,160,145); }

 H1.HeaderClassName
 {
   color: #66A091;
 }
 .AnyTagClassName
 {
   color: #66A091;
 }
</style>

background-color css

<style>
 a { background-color: #66A091; }

 a { background-color: rgb(102,160,145); }

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

border-color css

<style>
 span { border-color: #66A091; }

 span { border-color: rgb(102,160,145); }

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