#66BB75

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

Shades of Fern #66BB75

Tints of Fern #66BB75

Color information

#66BB75 (or 0x66BB75) is unknown color: approx Fern. HEX triplet: 66, BB and 75. RGB value is (102,187,117). Sum of RGB (Red+Green+Blue) = 102+187+117=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BB75 is #99448A. Grayscale: #999999. Windows color (decimal): -10044555 or 7715686. OLE color: 7715686.

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

Color convert

RGB102187117-
CMYK0.4500.370.27
HSL130.59º38.46%56.67%-
HSV(B)130.59º45.45%73.33%-
XYZ26.4639.6523.09-
YUV153.6107.3491.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 187 (73.44% from 255) = 46.06%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=25.12%
G=46.06%
B=28.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871170.4500.370.27130.5938.4656.67
Hex66BB752D0251B832639
Octal14627316555045332034671
Binary110011010111011111010110110101001011101110000011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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