#63A064

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

Shades of Fern #63A064

Tints of Fern #63A064

Color information

#63A064 (or 0x63A064) is unknown color: approx Fern. HEX triplet: 63, A0 and 64. RGB value is (99,160,100). Sum of RGB (Red+Green+Blue) = 99+160+100=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #63A064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A064 is #9C5F9B. Grayscale: #878787. Windows color (decimal): -10248092 or 6594659. OLE color: 6594659.

HSL color Cylindrical-coordinate representation of color #63A064: hue angle of 120.98º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63A064 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB99160100-
CMYK0.3800.380.37
HSL120.98º24.3%50.78%-
HSV(B)120.98º38.12%62.75%-
XYZ20.0228.7116.54-
YUV134.92108.29102.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 160 (62.89% from 255) = 44.57%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=27.58%
G=44.57%
B=27.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal991601000.3800.380.37120.9824.350.78
Hex63A0642602625791833
Octal14324014446046451713063
Binary11000111010000011001001001100100110100101111100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A064; }

 p { color: rgb(99,160,100); }

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

<style>
 a { background-color: #63A064; }

 a { background-color: rgb(99,160,100); }

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

<style>
 span { border-color: #63A064; }

 span { border-color: rgb(99,160,100); }

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