#63AA78

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

Shades of Oxley #63AA78

Tints of Oxley #63AA78

Color information

#63AA78 (or 0x63AA78) is unknown color: approx Oxley. HEX triplet: 63, AA and 78. RGB value is (99,170,120). Sum of RGB (Red+Green+Blue) = 99+170+120=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AA78 is #9C5587. Grayscale: #8F8F8F. Windows color (decimal): -10245512 or 7907939. OLE color: 7907939.

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

Color convert

RGB99170120-
CMYK0.4200.290.33
HSL137.75º29.46%52.75%-
HSV(B)137.75º41.76%66.67%-
XYZ22.9132.7622.88-
YUV143.07114.9896.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.45%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=25.45%
G=43.70%
B=30.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701200.4200.290.33137.7529.4652.75
Hex63AA782A01D218a1d35
Octal14325217052035412123565
Binary11000111010101011110001010100111011000011000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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