#63A47B

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

Shades of Oxley #63A47B

Tints of Oxley #63A47B

Color information

#63A47B (or 0x63A47B) is unknown color: approx Oxley. HEX triplet: 63, A4 and 7B. RGB value is (99,164,123). Sum of RGB (Red+Green+Blue) = 99+164+123=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #63A47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A47B is #9C5B84. Grayscale: #8B8B8B. Windows color (decimal): -10247045 or 8103011. OLE color: 8103011.

HSL color Cylindrical-coordinate representation of color #63A47B: hue angle of 142.15º 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 #63A47B is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB99164123-
CMYK0.4000.250.36
HSL142.15º26.32%51.57%-
HSV(B)142.15º39.63%64.31%-
XYZ2230.6323.49-
YUV139.89118.4798.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.65%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=25.65%
G=42.49%
B=31.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991641230.4000.250.36142.1526.3251.57
Hex63A47B28019248e1a34
Octal14324417350031442163264
Binary11000111010010011110111010000110011001001000111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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