#66A963

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

Shades of Fern #66A963

Tints of Fern #66A963

Color information

#66A963 (or 0x66A963) is unknown color: approx Fern. HEX triplet: 66, A9 and 63. RGB value is (102,169,99). Sum of RGB (Red+Green+Blue) = 102+169+99=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #66A963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A963 is #99569C. Grayscale: #8D8D8D. Windows color (decimal): -10049181 or 6531430. OLE color: 6531430.

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

Color convert

RGB10216999-
CMYK0.4000.410.34
HSL117.43º28.93%52.55%-
HSV(B)117.43º41.42%66.27%-
XYZ21.9232.116.85-
YUV140.99104.3100.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 169 (66.41% from 255) = 45.68%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=27.57%
G=45.68%
B=26.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102169990.4000.410.34117.4328.9352.55
Hex66A9632802922751d35
Octal14625114350051421653565
Binary11001101010100111000111010000101001100010111010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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