#66B478

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

Shades of Fern #66B478

Tints of Fern #66B478

Color information

#66B478 (or 0x66B478) is unknown color: approx Fern. HEX triplet: 66, B4 and 78. RGB value is (102,180,120). Sum of RGB (Red+Green+Blue) = 102+180+120=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #66B478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B478 is #994B87. Grayscale: #959595. Windows color (decimal): -10046344 or 7910502. OLE color: 7910502.

HSL color Cylindrical-coordinate representation of color #66B478: hue angle of 133.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B478 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB102180120-
CMYK0.4300.330.29
HSL133.85º34.21%55.29%-
HSV(B)133.85º43.33%70.59%-
XYZ25.1936.8223.55-
YUV149.84111.1693.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.37%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=25.37%
G=44.78%
B=29.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021801200.4300.330.29133.8534.2155.29
Hex66B4782B0211D862237
Octal14626417053041352064267
Binary110011010110100111100010101101000011110110000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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