#63A473

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

Shades of Oxley #63A473

Tints of Oxley #63A473

Color information

#63A473 (or 0x63A473) is unknown color: approx Oxley. HEX triplet: 63, A4 and 73. RGB value is (99,164,115). Sum of RGB (Red+Green+Blue) = 99+164+115=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #63A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A473 is #9C5B8C. Grayscale: #8B8B8B. Windows color (decimal): -10247053 or 7578723. OLE color: 7578723.

HSL color Cylindrical-coordinate representation of color #63A473: hue angle of 134.77º 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 #63A473 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB99164115-
CMYK0.4000.300.36
HSL134.77º26.32%51.57%-
HSV(B)134.77º39.63%64.31%-
XYZ21.5230.4420.96-
YUV138.98114.4799.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=26.19%
G=43.39%
B=30.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991641150.4000.300.36134.7726.3251.57
Hex63A4732801E24871a34
Octal14324416350036442073264
Binary11000111010010011100111010000111101001001000011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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