#66B97B

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

Shades of Fern #66B97B

Tints of Fern #66B97B

Color information

#66B97B (or 0x66B97B) is unknown color: approx Fern. HEX triplet: 66, B9 and 7B. RGB value is (102,185,123). Sum of RGB (Red+Green+Blue) = 102+185+123=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #66B97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B97B is #994684. Grayscale: #999999. Windows color (decimal): -10045061 or 8108390. OLE color: 8108390.

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

Color convert

RGB102185123-
CMYK0.4500.340.27
HSL135.18º37.22%56.27%-
HSV(B)135.18º44.86%72.55%-
XYZ26.438.9524.87-
YUV153.1111191.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.88%
GREEN value IS 185 (72.66% from 255) = 45.12%
BLUE value IS 123 (48.44% from 255) = 30%
R=24.88%
G=45.12%
B=30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851230.4500.340.27135.1837.2256.27
Hex66B97B2D0221B872538
Octal14627117355042332074570
Binary110011010111001111101110110101000101101110000111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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