#66AB65

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

Shades of Fern #66AB65

Tints of Fern #66AB65

Color information

#66AB65 (or 0x66AB65) is unknown color: approx Fern. HEX triplet: 66, AB and 65. RGB value is (102,171,101). Sum of RGB (Red+Green+Blue) = 102+171+101=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB65 is #99549A. Grayscale: #8E8E8E. Windows color (decimal): -10048667 or 6663014. OLE color: 6663014.

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

Color convert

RGB102171101-
CMYK0.4000.410.33
HSL119.14º29.41%53.33%-
HSV(B)119.14º40.94%67.06%-
XYZ22.3932.8917.48-
YUV142.39104.6499.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=27.27%
G=45.72%
B=27.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711010.4000.410.33119.1429.4153.33
Hex66AB652802921771d35
Octal14625314550051411673565
Binary11001101010101111001011010000101001100001111011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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