#63A270

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

Shades of Oxley #63A270

Tints of Oxley #63A270

Color information

#63A270 (or 0x63A270) is unknown color: approx Oxley. HEX triplet: 63, A2 and 70. RGB value is (99,162,112). Sum of RGB (Red+Green+Blue) = 99+162+112=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #63A270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A270 is #9C5D8F. Grayscale: #898989. Windows color (decimal): -10247568 or 7381603. OLE color: 7381603.

HSL color Cylindrical-coordinate representation of color #63A270: hue angle of 132.38º degrees, saturation: 0.25, 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 #63A270 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB99162112-
CMYK0.3900.310.36
HSL132.38º25.3%51.18%-
HSV(B)132.38º38.89%63.53%-
XYZ20.9929.6619.95-
YUV137.46113.63100.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 162 (63.67% from 255) = 43.43%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=26.54%
G=43.43%
B=30.03%

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
Decimal991621120.3900.310.36132.3825.351.18
Hex63A2702701F24841933
Octal14324216047037442043163
Binary11000111010001011100001001110111111001001000010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,162,112); }

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

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

 a { background-color: rgb(99,162,112); }

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

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

 span { border-color: rgb(99,162,112); }

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