#63A57F

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

Shades of Oxley #63A57F

Tints of Oxley #63A57F

Color information

#63A57F (or 0x63A57F) is unknown color: approx Oxley. HEX triplet: 63, A5 and 7F. RGB value is (99,165,127). Sum of RGB (Red+Green+Blue) = 99+165+127=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #63A57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A57F is #9C5A80. Grayscale: #8D8D8D. Windows color (decimal): -10246785 or 8365411. OLE color: 8365411.

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

Color convert

RGB99165127-
CMYK0.4000.230.35
HSL145.45º26.83%51.76%-
HSV(B)145.45º40%64.71%-
XYZ22.4331.124.9-
YUV140.93120.1398.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.32%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 127 (50% from 255) = 32.48%
R=25.32%
G=42.20%
B=32.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991651270.4000.230.35145.4526.8351.76
Hex63A57F2801723911b34
Octal14324517750027432213364
Binary11000111010010111111111010000101111000111001000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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