#66978A

Color #66978A Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #66978A

Tints of Patina #66978A

Color information

#66978A (or 0x66978A) is unknown color: approx Patina. HEX triplet: 66, 97 and 8A. RGB value is (102,151,138). Sum of RGB (Red+Green+Blue) = 102+151+138=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #66978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66978A is #996875. Grayscale: #868686. Windows color (decimal): -10053750 or 9082726. OLE color: 9082726.

HSL color Cylindrical-coordinate representation of color #66978A: hue angle of 164.08º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66978A is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB102151138-
CMYK0.3200.090.41
HSL164.08º19.37%49.61%-
HSV(B)164.08º32.45%59.22%-
XYZ21.1326.7928.1-
YUV134.87129.77104.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=26.09%
G=38.62%
B=35.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021511380.3200.090.41164.0819.3749.61
Hex66978A200929a41332
Octal14622721240011512442362
Binary11001101001011110001010100000010011010011010010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66978A; }

 p { color: rgb(102,151,138); }

 H1.HeaderClassName
 {
   color: #66978A;
 }
 .AnyTagClassName
 {
   color: #66978A;
 }
</style>
background-color css

<style>
 a { background-color: #66978A; }

 a { background-color: rgb(102,151,138); }

 div.DivClassName
 {
   background-color: #66978A;
 }
 .BgClassName
 {
   background-color: #66978A;
 }
</style>
border-color css

<style>
 span { border-color: #66978A; }

 span { border-color: rgb(102,151,138); }

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