#66B062

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

Shades of Fern #66B062

Tints of Fern #66B062

Color information

#66B062 (or 0x66B062) is unknown color: approx Fern. HEX triplet: 66, B0 and 62. RGB value is (102,176,98). Sum of RGB (Red+Green+Blue) = 102+176+98=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #66B062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B062 is #994F9D. Grayscale: #919191. Windows color (decimal): -10047390 or 6467686. OLE color: 6467686.

HSL color Cylindrical-coordinate representation of color #66B062: hue angle of 116.92º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B062 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB10217698-
CMYK0.4200.440.31
HSL116.92º33.05%53.73%-
HSV(B)116.92º44.32%69.02%-
XYZ23.2134.7617.04-
YUV144.98101.4897.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 176 (69.14% from 255) = 46.81%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=27.13%
G=46.81%
B=26.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102176980.4200.440.31116.9233.0553.73
Hex66B0622A02C1F752136
Octal14626014252054371654166
Binary11001101011000011000101010100101100111111110101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,176,98); }

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

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

 a { background-color: rgb(102,176,98); }

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

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

 span { border-color: rgb(102,176,98); }

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