#61917F

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

Shades of Patina #61917F

Tints of Patina #61917F

Color information

#61917F (or 0x61917F) is unknown color: approx Patina. HEX triplet: 61, 91 and 7F. RGB value is (97,145,127). Sum of RGB (Red+Green+Blue) = 97+145+127=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #61917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61917F is #9E6E80. Grayscale: #808080. Windows color (decimal): -10382977 or 8360289. OLE color: 8360289.

HSL color Cylindrical-coordinate representation of color #61917F: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61917F is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB97145127-
CMYK0.3300.120.43
HSL157.5º19.83%47.45%-
HSV(B)157.5º33.1%56.86%-
XYZ18.8924.3223.78-
YUV128.6127.1105.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 127 (50% from 255) = 34.42%
R=26.29%
G=39.30%
B=34.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971451270.3300.120.43157.519.8347.45
Hex61917F210C2B9e142f
Octal14122117741014532362457
Binary1100001100100011111111100001011001010111001111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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