#63A371

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

Shades of Oxley #63A371

Tints of Oxley #63A371

Color information

#63A371 (or 0x63A371) is unknown color: approx Oxley. HEX triplet: 63, A3 and 71. RGB value is (99,163,113). Sum of RGB (Red+Green+Blue) = 99+163+113=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #63A371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A371 is #9C5C8E. Grayscale: #8A8A8A. Windows color (decimal): -10247311 or 7447395. OLE color: 7447395.

HSL color Cylindrical-coordinate representation of color #63A371: hue angle of 133.12º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A371 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB99163113-
CMYK0.3900.310.36
HSL133.12º25.81%51.37%-
HSV(B)133.12º39.26%63.92%-
XYZ21.2230.0420.3-
YUV138.16113.8100.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.4%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=26.4%
G=43.47%
B=30.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991631130.3900.310.36133.1225.8151.37
Hex63A3712701F24851a33
Octal14324316147037442053263
Binary11000111010001111100011001110111111001001000010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,163,113); }

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

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

 a { background-color: rgb(99,163,113); }

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

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

 span { border-color: rgb(99,163,113); }

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