#63A571

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

Shades of Oxley #63A571

Tints of Oxley #63A571

Color information

#63A571 (or 0x63A571) is unknown color: approx Oxley. HEX triplet: 63, A5 and 71. RGB value is (99,165,113). Sum of RGB (Red+Green+Blue) = 99+165+113=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #63A571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A571 is #9C5A8E. Grayscale: #8B8B8B. Windows color (decimal): -10246799 or 7447907. OLE color: 7447907.

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

Color convert

RGB99165113-
CMYK0.4000.320.35
HSL132.73º26.83%51.76%-
HSV(B)132.73º40%64.71%-
XYZ21.5830.7620.42-
YUV139.34113.1399.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.26%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=26.26%
G=43.77%
B=29.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991651130.4000.320.35132.7326.8351.76
Hex63A5712802023851b34
Octal14324516150040432053364
Binary110001110100101111000110100001000001000111000010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,165,113); }

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

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

 a { background-color: rgb(99,165,113); }

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

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

 span { border-color: rgb(99,165,113); }

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