#66BB71

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

Shades of Fern #66BB71

Tints of Fern #66BB71

Color information

#66BB71 (or 0x66BB71) is unknown color: approx Fern. HEX triplet: 66, BB and 71. RGB value is (102,187,113). Sum of RGB (Red+Green+Blue) = 102+187+113=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BB71 is #99448E. Grayscale: #999999. Windows color (decimal): -10044559 or 7453542. OLE color: 7453542.

HSL color Cylindrical-coordinate representation of color #66BB71: hue angle of 127.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BB71 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB102187113-
CMYK0.4500.400.27
HSL127.76º38.46%56.67%-
HSV(B)127.76º45.45%73.33%-
XYZ26.2339.5621.88-
YUV153.15105.3491.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.37%
GREEN value IS 187 (73.44% from 255) = 46.52%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=25.37%
G=46.52%
B=28.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871130.4500.400.27127.7638.4656.67
Hex66BB712D0281B802639
Octal14627316155050332004671
Binary110011010111011111000110110101010001101110000000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,187,113); }

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

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

 a { background-color: rgb(102,187,113); }

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

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

 span { border-color: rgb(102,187,113); }

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