#66AB68

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

Shades of Fern #66AB68

Tints of Fern #66AB68

Color information

#66AB68 (or 0x66AB68) is unknown color: approx Fern. HEX triplet: 66, AB and 68. RGB value is (102,171,104). Sum of RGB (Red+Green+Blue) = 102+171+104=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB68 is #995497. Grayscale: #8E8E8E. Windows color (decimal): -10048664 or 6859622. OLE color: 6859622.

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

Color convert

RGB102171104-
CMYK0.4000.390.33
HSL121.74º29.11%53.53%-
HSV(B)121.74º40.35%67.06%-
XYZ22.5432.9518.27-
YUV142.73106.1498.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=27.06%
G=45.36%
B=27.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711040.4000.390.33121.7429.1153.53
Hex66AB6828027217a1d36
Octal14625315050047411723566
Binary11001101010101111010001010000100111100001111101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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