#63AA75

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

Shades of Oxley #63AA75

Tints of Oxley #63AA75

Color information

#63AA75 (or 0x63AA75) is unknown color: approx Oxley. HEX triplet: 63, AA and 75. RGB value is (99,170,117). Sum of RGB (Red+Green+Blue) = 99+170+117=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AA75 is #9C558A. Grayscale: #8E8E8E. Windows color (decimal): -10245515 or 7711331. OLE color: 7711331.

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

Color convert

RGB99170117-
CMYK0.4200.310.33
HSL135.21º29.46%52.75%-
HSV(B)135.21º41.76%66.67%-
XYZ22.7332.6921.94-
YUV142.73113.4896.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.65%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=25.65%
G=44.04%
B=30.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701170.4200.310.33135.2129.4652.75
Hex63AA752A01F21871d35
Octal14325216552037412073565
Binary11000111010101011101011010100111111000011000011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,170,117); }

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

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

 a { background-color: rgb(99,170,117); }

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

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

 span { border-color: rgb(99,170,117); }

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