#63A47D

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

Shades of Oxley #63A47D

Tints of Oxley #63A47D

Color information

#63A47D (or 0x63A47D) is unknown color: approx Oxley. HEX triplet: 63, A4 and 7D. RGB value is (99,164,125). Sum of RGB (Red+Green+Blue) = 99+164+125=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #63A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A47D is #9C5B82. Grayscale: #8C8C8C. Windows color (decimal): -10247043 or 8234083. OLE color: 8234083.

HSL color Cylindrical-coordinate representation of color #63A47D: hue angle of 144º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A47D is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB99164125-
CMYK0.4000.240.36
HSL144º26.32%51.57%-
HSV(B)144º39.63%64.31%-
XYZ22.1230.6824.16-
YUV140.12119.4798.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=25.52%
G=42.27%
B=32.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991641250.4000.240.3614426.3251.57
Hex63A47D2801824901a34
Octal14324417550030442203264
Binary11000111010010011111011010000110001001001001000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,164,125); }

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

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

 a { background-color: rgb(99,164,125); }

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

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

 span { border-color: rgb(99,164,125); }

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