#63A479

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

Shades of Oxley #63A479

Tints of Oxley #63A479

Color information

#63A479 (or 0x63A479) is unknown color: approx Oxley. HEX triplet: 63, A4 and 79. RGB value is (99,164,121). Sum of RGB (Red+Green+Blue) = 99+164+121=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #63A479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A479 is #9C5B86. Grayscale: #8B8B8B. Windows color (decimal): -10247047 or 7971939. OLE color: 7971939.

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

Color convert

RGB99164121-
CMYK0.4000.260.36
HSL140.31º26.32%51.57%-
HSV(B)140.31º39.63%64.31%-
XYZ21.8730.5822.84-
YUV139.66117.4799-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.78%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=25.78%
G=42.71%
B=31.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991641210.4000.260.36140.3126.3251.57
Hex63A4792801A248c1a34
Octal14324417150032442143264
Binary11000111010010011110011010000110101001001000110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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