#63A676

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

Shades of Oxley #63A676

Tints of Oxley #63A676

Color information

#63A676 (or 0x63A676) is unknown color: approx Oxley. HEX triplet: 63, A6 and 76. RGB value is (99,166,118). Sum of RGB (Red+Green+Blue) = 99+166+118=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #63A676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A676 is #9C5989. Grayscale: #8C8C8C. Windows color (decimal): -10246538 or 7775843. OLE color: 7775843.

HSL color Cylindrical-coordinate representation of color #63A676: hue angle of 137.01º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A676 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB99166118-
CMYK0.4000.290.35
HSL137.01º27.35%51.96%-
HSV(B)137.01º40.36%65.1%-
XYZ22.0531.2322.01-
YUV140.5115.398.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.85%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=25.85%
G=43.34%
B=30.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991661180.4000.290.35137.0127.3551.96
Hex63A6762801D23891b34
Octal14324616650035432113364
Binary11000111010011011101101010000111011000111000100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,166,118); }

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

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

 a { background-color: rgb(99,166,118); }

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

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

 span { border-color: rgb(99,166,118); }

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