#63A089

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

Shades of Patina #63A089

Tints of Patina #63A089

Color information

#63A089 (or 0x63A089) is unknown color: approx Patina. HEX triplet: 63, A0 and 89. RGB value is (99,160,137). Sum of RGB (Red+Green+Blue) = 99+160+137=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #63A089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A089 is #9C5F76. Grayscale: #8B8B8B. Windows color (decimal): -10248055 or 9019491. OLE color: 9019491.

HSL color Cylindrical-coordinate representation of color #63A089: hue angle of 157.38º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63A089 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB99160137-
CMYK0.3800.140.37
HSL157.38º24.3%50.78%-
HSV(B)157.38º38.12%62.75%-
XYZ22.2329.628.21-
YUV139.14126.7999.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=25%
G=40.40%
B=34.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal991601370.3800.140.37157.3824.350.78
Hex63A089260E259d1833
Octal14324021146016452353063
Binary11000111010000010001001100110011101001011001110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,160,137); }

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

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

 a { background-color: rgb(99,160,137); }

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

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

 span { border-color: rgb(99,160,137); }

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