#66B97D

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

Shades of Fern #66B97D

Tints of Fern #66B97D

Color information

#66B97D (or 0x66B97D) is unknown color: approx Fern. HEX triplet: 66, B9 and 7D. RGB value is (102,185,125). Sum of RGB (Red+Green+Blue) = 102+185+125=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #66B97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B97D is #994682. Grayscale: #999999. Windows color (decimal): -10045059 or 8239462. OLE color: 8239462.

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

Color convert

RGB102185125-
CMYK0.4500.320.27
HSL136.63º37.22%56.27%-
HSV(B)136.63º44.86%72.55%-
XYZ26.533925.53-
YUV153.3411291.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.76%
GREEN value IS 185 (72.66% from 255) = 44.90%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=24.76%
G=44.90%
B=30.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851250.4500.320.27136.6337.2256.27
Hex66B97D2D0201B892538
Octal14627117555040332114570
Binary110011010111001111110110110101000001101110001001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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