#66B974

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

Shades of Fern #66B974

Tints of Fern #66B974

Color information

#66B974 (or 0x66B974) is unknown color: approx Fern. HEX triplet: 66, B9 and 74. RGB value is (102,185,116). Sum of RGB (Red+Green+Blue) = 102+185+116=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #66B974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B974 is #99468B. Grayscale: #989898. Windows color (decimal): -10045068 or 7649638. OLE color: 7649638.

HSL color Cylindrical-coordinate representation of color #66B974: hue angle of 130.12º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B974 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB102185116-
CMYK0.4500.370.27
HSL130.12º37.22%56.27%-
HSV(B)130.12º44.86%72.55%-
XYZ25.9838.7822.64-
YUV152.32107.592.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 185 (72.66% from 255) = 45.91%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=25.31%
G=45.91%
B=28.78%

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
Decimal1021851160.4500.370.27130.1237.2256.27
Hex66B9742D0251B822538
Octal14627116455045332024570
Binary110011010111001111010010110101001011101110000010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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