#66AB64

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

Shades of Fern #66AB64

Tints of Fern #66AB64

Color information

#66AB64 (or 0x66AB64) is unknown color: approx Fern. HEX triplet: 66, AB and 64. RGB value is (102,171,100). Sum of RGB (Red+Green+Blue) = 102+171+100=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB64 is #99549B. Grayscale: #8E8E8E. Windows color (decimal): -10048668 or 6597478. OLE color: 6597478.

HSL color Cylindrical-coordinate representation of color #66AB64: hue angle of 118.31º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AB64 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB102171100-
CMYK0.4000.420.33
HSL118.31º29.71%53.14%-
HSV(B)118.31º41.52%67.06%-
XYZ22.3432.8717.22-
YUV142.28104.1499.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 171 (67.19% from 255) = 45.84%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=27.35%
G=45.84%
B=26.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711000.4000.420.33118.3129.7153.14
Hex66AB642802A21761e35
Octal14625314450052411663665
Binary11001101010101111001001010000101010100001111011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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