#66AF78

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

Shades of Fern #66AF78

Tints of Fern #66AF78

Color information

#66AF78 (or 0x66AF78) is unknown color: approx Fern. HEX triplet: 66, AF and 78. RGB value is (102,175,120). Sum of RGB (Red+Green+Blue) = 102+175+120=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF78 is #995087. Grayscale: #939393. Windows color (decimal): -10047624 or 7909222. OLE color: 7909222.

HSL color Cylindrical-coordinate representation of color #66AF78: hue angle of 134.79º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF78 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB102175120-
CMYK0.4200.310.31
HSL134.79º31.33%54.31%-
HSV(B)134.79º41.71%68.63%-
XYZ24.234.8423.22-
YUV146.9112.8295.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=25.69%
G=44.08%
B=30.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751200.4200.310.31134.7931.3354.31
Hex66AF782A01F1F871f36
Octal14625717052037372073766
Binary1100110101011111111000101010011111111111000011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,120); }

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

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

 a { background-color: rgb(102,175,120); }

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

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

 span { border-color: rgb(102,175,120); }

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