#66C074

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

Shades of Fern #66C074

Tints of Fern #66C074

Color information

#66C074 (or 0x66C074) is unknown color: approx Fern. HEX triplet: 66, C0 and 74. RGB value is (102,192,116). Sum of RGB (Red+Green+Blue) = 102+192+116=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #66C074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C074 is #993F8B. Grayscale: #9C9C9C. Windows color (decimal): -10043276 or 7651430. OLE color: 7651430.

HSL color Cylindrical-coordinate representation of color #66C074: hue angle of 129.33º 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 #66C074 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB102192116-
CMYK0.4700.400.25
HSL129.33º41.67%57.65%-
HSV(B)129.33º46.88%75.29%-
XYZ27.4841.7923.14-
YUV156.43105.1889.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.88%
GREEN value IS 192 (75.39% from 255) = 46.83%
BLUE value IS 116 (45.70% from 255) = 28.29%
R=24.88%
G=46.83%
B=28.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021921160.4700.400.25129.3341.6757.65
Hex66C0742F02819812a3a
Octal14630016457050312015272
Binary110011011000000111010010111101010001100110000001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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