#66AB6A

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

Shades of Fern #66AB6A

Tints of Fern #66AB6A

Color information

#66AB6A (or 0x66AB6A) is unknown color: approx Fern. HEX triplet: 66, AB and 6A. RGB value is (102,171,106). Sum of RGB (Red+Green+Blue) = 102+171+106=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB6A is #995495. Grayscale: #8F8F8F. Windows color (decimal): -10048662 or 6990694. OLE color: 6990694.

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

Color convert

RGB102171106-
CMYK0.4000.380.33
HSL123.48º29.11%53.53%-
HSV(B)123.48º40.35%67.06%-
XYZ22.6432.9918.81-
YUV142.96107.1498.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=26.91%
G=45.12%
B=27.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711060.4000.380.33123.4829.1153.53
Hex66AB6A28026217b1d36
Octal14625315250046411733566
Binary11001101010101111010101010000100110100001111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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