#66BB7C

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

Shades of Fern #66BB7C

Tints of Fern #66BB7C

Color information

#66BB7C (or 0x66BB7C) is unknown color: approx Fern. HEX triplet: 66, BB and 7C. RGB value is (102,187,124). Sum of RGB (Red+Green+Blue) = 102+187+124=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BB7C is #994483. Grayscale: #9A9A9A. Windows color (decimal): -10044548 or 8174438. OLE color: 8174438.

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

Color convert

RGB102187124-
CMYK0.4500.340.27
HSL135.53º38.46%56.67%-
HSV(B)135.53º45.45%73.33%-
XYZ26.8939.8225.34-
YUV154.4110.8490.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=24.70%
G=45.28%
B=30.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871240.4500.340.27135.5338.4656.67
Hex66BB7C2D0221B882639
Octal14627317455042332104671
Binary110011010111011111110010110101000101101110001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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