#63A575

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

Shades of Oxley #63A575

Tints of Oxley #63A575

Color information

#63A575 (or 0x63A575) is unknown color: approx Oxley. HEX triplet: 63, A5 and 75. RGB value is (99,165,117). Sum of RGB (Red+Green+Blue) = 99+165+117=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #63A575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A575 is #9C5A8A. Grayscale: #8B8B8B. Windows color (decimal): -10246795 or 7710051. OLE color: 7710051.

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

Color convert

RGB99165117-
CMYK0.4000.290.35
HSL136.36º26.83%51.76%-
HSV(B)136.36º40%64.71%-
XYZ21.8130.8521.63-
YUV139.79115.1398.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.98%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=25.98%
G=43.31%
B=30.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991651170.4000.290.35136.3626.8351.76
Hex63A5752801D23881b34
Octal14324516550035432103364
Binary11000111010010111101011010000111011000111000100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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