#63A178

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

Shades of Oxley #63A178

Tints of Oxley #63A178

Color information

#63A178 (or 0x63A178) is unknown color: approx Oxley. HEX triplet: 63, A1 and 78. RGB value is (99,161,120). Sum of RGB (Red+Green+Blue) = 99+161+120=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #63A178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A178 is #9C5E87. Grayscale: #898989. Windows color (decimal): -10247816 or 7905635. OLE color: 7905635.

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

Color convert

RGB99161120-
CMYK0.3900.250.37
HSL140.32º24.8%50.98%-
HSV(B)140.32º38.51%63.14%-
XYZ21.2829.522.34-
YUV137.79117.96100.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.05%
GREEN value IS 161 (63.28% from 255) = 42.37%
BLUE value IS 120 (47.27% from 255) = 31.58%
R=26.05%
G=42.37%
B=31.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal991611200.3900.250.37140.3224.850.98
Hex63A17827019258c1933
Octal14324117047031452143163
Binary11000111010000111110001001110110011001011000110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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