#63A470

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

Shades of Oxley #63A470

Tints of Oxley #63A470

Color information

#63A470 (or 0x63A470) is unknown color: approx Oxley. HEX triplet: 63, A4 and 70. RGB value is (99,164,112). Sum of RGB (Red+Green+Blue) = 99+164+112=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #63A470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A470 is #9C5B8F. Grayscale: #8A8A8A. Windows color (decimal): -10247056 or 7382115. OLE color: 7382115.

HSL color Cylindrical-coordinate representation of color #63A470: hue angle of 132º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A470 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB99164112-
CMYK0.4000.320.36
HSL132º26.32%51.57%-
HSV(B)132º39.63%64.31%-
XYZ21.3530.3720.07-
YUV138.64112.9799.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.4%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=26.4%
G=43.73%
B=29.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991641120.4000.320.3613226.3251.57
Hex63A4702802024841a34
Octal14324416050040442043264
Binary110001110100100111000010100001000001001001000010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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