#63AB7B

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

Shades of Oxley #63AB7B

Tints of Oxley #63AB7B

Color information

#63AB7B (or 0x63AB7B) is unknown color: approx Oxley. HEX triplet: 63, AB and 7B. RGB value is (99,171,123). Sum of RGB (Red+Green+Blue) = 99+171+123=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AB7B is #9C5484. Grayscale: #909090. Windows color (decimal): -10245253 or 8104803. OLE color: 8104803.

HSL color Cylindrical-coordinate representation of color #63AB7B: hue angle of 140º 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 #63AB7B is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB99171123-
CMYK0.4200.280.33
HSL140º30%52.94%-
HSV(B)140º42.11%67.06%-
XYZ23.2833.2123.92-
YUV144116.1595.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.19%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=25.19%
G=43.51%
B=31.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991711230.4200.280.331403052.94
Hex63AB7B2A01C218c1e35
Octal14325317352034412143665
Binary11000111010101111110111010100111001000011000110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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