#66AB6F

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

Shades of Fern #66AB6F

Tints of Fern #66AB6F

Color information

#66AB6F (or 0x66AB6F) is unknown color: approx Fern. HEX triplet: 66, AB and 6F. RGB value is (102,171,111). Sum of RGB (Red+Green+Blue) = 102+171+111=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB6F is #995490. Grayscale: #8F8F8F. Windows color (decimal): -10048657 or 7318374. OLE color: 7318374.

HSL color Cylindrical-coordinate representation of color #66AB6F: hue angle of 127.83º 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 #66AB6F is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB102171111-
CMYK0.4000.350.33
HSL127.83º29.11%53.53%-
HSV(B)127.83º40.35%67.06%-
XYZ22.9133.120.22-
YUV143.53109.6498.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 111 (43.75% from 255) = 28.91%
R=26.56%
G=44.53%
B=28.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711110.4000.350.33127.8329.1153.53
Hex66AB6F2802321801d36
Octal14625315750043412003566
Binary110011010101011110111110100001000111000011000000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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