#66AB6C

Color #66AB6C Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #66AB6C

Tints of Fern #66AB6C

Color information

#66AB6C (or 0x66AB6C) is unknown color: approx Fern. HEX triplet: 66, AB and 6C. RGB value is (102,171,108). Sum of RGB (Red+Green+Blue) = 102+171+108=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB6C is #995493. Grayscale: #8F8F8F. Windows color (decimal): -10048660 or 7121766. OLE color: 7121766.

HSL color Cylindrical-coordinate representation of color #66AB6C: hue angle of 125.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB6C is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB102171108-
CMYK0.4000.370.33
HSL125.22º29.11%53.53%-
HSV(B)125.22º40.35%67.06%-
XYZ22.7533.0319.36-
YUV143.19108.1498.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=26.77%
G=44.88%
B=28.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711080.4000.370.33125.2229.1153.53
Hex66AB6C28025217d1d36
Octal14625315450045411753566
Binary11001101010101111011001010000100101100001111110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,171,108); }

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

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

 a { background-color: rgb(102,171,108); }

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

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

 span { border-color: rgb(102,171,108); }

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