#66A960

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

Shades of Fern #66A960

Tints of Fern #66A960

Color information

#66A960 (or 0x66A960) is unknown color: approx Fern. HEX triplet: 66, A9 and 60. RGB value is (102,169,96). Sum of RGB (Red+Green+Blue) = 102+169+96=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #66A960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A960 is #99569F. Grayscale: #8C8C8C. Windows color (decimal): -10049184 or 6334822. OLE color: 6334822.

HSL color Cylindrical-coordinate representation of color #66A960: hue angle of 115.07º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66A960 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB10216996-
CMYK0.4000.430.34
HSL115.07º29.8%51.96%-
HSV(B)115.07º43.2%66.27%-
XYZ21.7832.0516.1-
YUV140.64102.8100.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 169 (66.41% from 255) = 46.05%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=27.79%
G=46.05%
B=26.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102169960.4000.430.34115.0729.851.96
Hex66A9602802B22731e34
Octal14625114050053421633664
Binary11001101010100111000001010000101011100010111001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,169,96); }

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

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

 a { background-color: rgb(102,169,96); }

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

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

 span { border-color: rgb(102,169,96); }

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