#63A87A

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

Shades of Oxley #63A87A

Tints of Oxley #63A87A

Color information

#63A87A (or 0x63A87A) is unknown color: approx Oxley. HEX triplet: 63, A8 and 7A. RGB value is (99,168,122). Sum of RGB (Red+Green+Blue) = 99+168+122=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #63A87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A87A is #9C5785. Grayscale: #8E8E8E. Windows color (decimal): -10246022 or 8038499. OLE color: 8038499.

HSL color Cylindrical-coordinate representation of color #63A87A: hue angle of 140º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63A87A is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB99168122-
CMYK0.4100.270.34
HSL140º28.4%52.35%-
HSV(B)140º41.07%65.88%-
XYZ22.6632.0623.41-
YUV142.12116.6497.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.45%
GREEN value IS 168 (66.02% from 255) = 43.19%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=25.45%
G=43.19%
B=31.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal991681220.4100.270.3414028.452.35
Hex63A87A2901B228c1c34
Octal14325017251033422143464
Binary11000111010100011110101010010110111000101000110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,168,122); }

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

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

 a { background-color: rgb(99,168,122); }

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

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

 span { border-color: rgb(99,168,122); }

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