#63A172

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

Shades of Oxley #63A172

Tints of Oxley #63A172

Color information

#63A172 (or 0x63A172) is unknown color: approx Oxley. HEX triplet: 63, A1 and 72. RGB value is (99,161,114). Sum of RGB (Red+Green+Blue) = 99+161+114=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #63A172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A172 is #9C5E8D. Grayscale: #898989. Windows color (decimal): -10247822 or 7512419. OLE color: 7512419.

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

Color convert

RGB99161114-
CMYK0.3900.290.37
HSL134.52º24.8%50.98%-
HSV(B)134.52º38.51%63.14%-
XYZ20.9329.3620.48-
YUV137.1114.96100.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 161 (63.28% from 255) = 43.05%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=26.47%
G=43.05%
B=30.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal991611140.3900.290.37134.5224.850.98
Hex63A1722701D25871933
Octal14324116247035452073163
Binary11000111010000111100101001110111011001011000011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,161,114); }

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

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

 a { background-color: rgb(99,161,114); }

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

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

 span { border-color: rgb(99,161,114); }

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