#63A577

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

Shades of Oxley #63A577

Tints of Oxley #63A577

Color information

#63A577 (or 0x63A577) is unknown color: approx Oxley. HEX triplet: 63, A5 and 77. RGB value is (99,165,119). Sum of RGB (Red+Green+Blue) = 99+165+119=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #63A577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A577 is #9C5A88. Grayscale: #8C8C8C. Windows color (decimal): -10246793 or 7841123. OLE color: 7841123.

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

Color convert

RGB99165119-
CMYK0.4000.280.35
HSL138.18º26.83%51.76%-
HSV(B)138.18º40%64.71%-
XYZ21.9330.8922.26-
YUV140.02116.1398.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.85%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=25.85%
G=43.08%
B=31.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991651190.4000.280.35138.1826.8351.76
Hex63A5772801C238a1b34
Octal14324516750034432123364
Binary11000111010010111101111010000111001000111000101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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