#63917B

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

Shades of Patina #63917B

Tints of Patina #63917B

Color information

#63917B (or 0x63917B) is unknown color: approx Patina. HEX triplet: 63, 91 and 7B. RGB value is (99,145,123). Sum of RGB (Red+Green+Blue) = 99+145+123=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #63917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63917B is #9C6E84. Grayscale: #808080. Windows color (decimal): -10251909 or 8098147. OLE color: 8098147.

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

Color convert

RGB99145123-
CMYK0.3200.150.43
HSL151.3º18.85%47.84%-
HSV(B)151.3º31.72%56.86%-
XYZ18.8524.3322.44-
YUV128.74124.76106.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.98%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=26.98%
G=39.51%
B=33.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991451230.3200.150.43151.318.8547.84
Hex63917B200F2B971330
Octal14322117340017532272360
Binary1100011100100011111011100000011111010111001011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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