#66BB60

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

Shades of Fern #66BB60

Tints of Fern #66BB60

Color information

#66BB60 (or 0x66BB60) is unknown color: approx Fern. HEX triplet: 66, BB and 60. RGB value is (102,187,96). Sum of RGB (Red+Green+Blue) = 102+187+96=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BB60 is #99449F. Grayscale: #979797. Windows color (decimal): -10044576 or 6339430. OLE color: 6339430.

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

Color convert

RGB10218796-
CMYK0.4500.490.27
HSL116.04º40.09%55.49%-
HSV(B)116.04º48.66%73.33%-
XYZ25.3639.2117.3-
YUV151.2196.8492.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 187 (73.44% from 255) = 48.57%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=26.49%
G=48.57%
B=24.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102187960.4500.490.27116.0440.0955.49
Hex66BB602D0311B742837
Octal14627314055061331645067
Binary11001101011101111000001011010110001110111110100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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