#63AB80

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

Shades of Oxley #63AB80

Tints of Oxley #63AB80

Color information

#63AB80 (or 0x63AB80) is unknown color: approx Oxley. HEX triplet: 63, AB and 80. RGB value is (99,171,128). Sum of RGB (Red+Green+Blue) = 99+171+128=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AB80 is #9C547F. Grayscale: #909090. Windows color (decimal): -10245248 or 8432483. OLE color: 8432483.

HSL color Cylindrical-coordinate representation of color #63AB80: hue angle of 144.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AB80 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB99171128-
CMYK0.4200.250.33
HSL144.17º30%52.94%-
HSV(B)144.17º42.11%67.06%-
XYZ23.633.3425.61-
YUV144.57118.6595.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.87%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=24.87%
G=42.96%
B=32.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991711280.4200.250.33144.173052.94
Hex63AB802A01921901e35
Octal14325320052031412203665
Binary110001110101011100000001010100110011000011001000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,171,128); }

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

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

 a { background-color: rgb(99,171,128); }

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

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

 span { border-color: rgb(99,171,128); }

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