#63917A

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

Shades of Patina #63917A

Tints of Patina #63917A

Color information

#63917A (or 0x63917A) is unknown color: approx Patina. HEX triplet: 63, 91 and 7A. RGB value is (99,145,122). Sum of RGB (Red+Green+Blue) = 99+145+122=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #63917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63917A is #9C6E85. Grayscale: #808080. Windows color (decimal): -10251910 or 8032611. OLE color: 8032611.

HSL color Cylindrical-coordinate representation of color #63917A: hue angle of 150º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63917A is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB99145122-
CMYK0.3200.160.43
HSL150º18.85%47.84%-
HSV(B)150º31.72%56.86%-
XYZ18.7824.3122.11-
YUV128.62124.26106.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 145 (57.03% from 255) = 39.62%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=27.05%
G=39.62%
B=33.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991451220.3200.160.4315018.8547.84
Hex63917A200102B961330
Octal14322117240020532262360
Binary11000111001000111110101000000100001010111001011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63917A; }

 p { color: rgb(99,145,122); }

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

<style>
 a { background-color: #63917A; }

 a { background-color: rgb(99,145,122); }

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

<style>
 span { border-color: #63917A; }

 span { border-color: rgb(99,145,122); }

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