#66BD77

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

Shades of Fern #66BD77

Tints of Fern #66BD77

Color information

#66BD77 (or 0x66BD77) is unknown color: approx Fern. HEX triplet: 66, BD and 77. RGB value is (102,189,119). Sum of RGB (Red+Green+Blue) = 102+189+119=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD77 is #994288. Grayscale: #9B9B9B. Windows color (decimal): -10044041 or 7847270. OLE color: 7847270.

HSL color Cylindrical-coordinate representation of color #66BD77: hue angle of 131.72º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BD77 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB102189119-
CMYK0.4600.370.26
HSL131.72º39.73%57.06%-
HSV(B)131.72º46.03%74.12%-
XYZ27.0140.5523.86-
YUV155.01107.6890.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.88%
GREEN value IS 189 (74.22% from 255) = 46.10%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=24.88%
G=46.10%
B=29.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021891190.4600.370.26131.7239.7357.06
Hex66BD772E0251A842839
Octal14627516756045322045071
Binary110011010111101111011110111001001011101010000100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,119); }

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

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

 a { background-color: rgb(102,189,119); }

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

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

 span { border-color: rgb(102,189,119); }

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