#66c075

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

Shades of Fern #66C075

Tints of Fern #66C075

Color information

#66C075 (or 0x66C075) is unknown color: approx Fern. HEX triplet: 66, C0 and 75. RGB value is (102,192,117). Sum of RGB (Red+Green+Blue) = 102+192+117=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #66C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C075 is #993F8A. Grayscale: #9C9C9C. Windows color (decimal): -10043275 or 7716966. OLE color: 7716966.

HSL color Cylindrical-coordinate representation of color #66C075: hue angle of 130º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C075 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB102192117-
CMYK0.4700.390.25
HSL130º41.67%57.65%-
HSV(B)130º46.88%75.29%-
XYZ27.5441.8123.45-
YUV156.54105.6889.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 192 (75.39% from 255) = 46.72%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=24.82%
G=46.72%
B=28.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021921170.4700.390.2513041.6757.65
Hex66C0752F02719822a3a
Octal14630016557047312025272
Binary110011011000000111010110111101001111100110000010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66c075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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