#63917F

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

Shades of Patina #63917F

Tints of Patina #63917F

Color information

#63917F (or 0x63917F) is unknown color: approx Patina. HEX triplet: 63, 91 and 7F. RGB value is (99,145,127). Sum of RGB (Red+Green+Blue) = 99+145+127=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #63917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63917F is #9C6E80. Grayscale: #818181. Windows color (decimal): -10251905 or 8360291. OLE color: 8360291.

HSL color Cylindrical-coordinate representation of color #63917F: hue angle of 156.52º 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 #63917F is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB99145127-
CMYK0.3200.120.43
HSL156.52º18.85%47.84%-
HSV(B)156.52º31.72%56.86%-
XYZ19.124.4423.79-
YUV129.19126.76106.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 127 (50% from 255) = 34.23%
R=26.68%
G=39.08%
B=34.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991451270.3200.120.43156.5218.8547.84
Hex63917F200C2B9d1330
Octal14322117740014532352360
Binary1100011100100011111111100000011001010111001110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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