#66BB7D

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

Shades of Fern #66BB7D

Tints of Fern #66BB7D

Color information

#66BB7D (or 0x66BB7D) is unknown color: approx Fern. HEX triplet: 66, BB and 7D. RGB value is (102,187,125). Sum of RGB (Red+Green+Blue) = 102+187+125=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BB7D is #994482. Grayscale: #9A9A9A. Windows color (decimal): -10044547 or 8239974. OLE color: 8239974.

HSL color Cylindrical-coordinate representation of color #66BB7D: hue angle of 136.24º 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 #66BB7D is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB102187125-
CMYK0.4500.330.27
HSL136.24º38.46%56.67%-
HSV(B)136.24º45.45%73.33%-
XYZ26.9539.8525.67-
YUV154.52111.3490.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.64%
GREEN value IS 187 (73.44% from 255) = 45.17%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=24.64%
G=45.17%
B=30.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871250.4500.330.27136.2438.4656.67
Hex66BB7D2D0211B882639
Octal14627317555041332104671
Binary110011010111011111110110110101000011101110001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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