#61937F

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

Shades of Patina #61937F

Tints of Patina #61937F

Color information

#61937F (or 0x61937F) is unknown color: approx Patina. HEX triplet: 61, 93 and 7F. RGB value is (97,147,127). Sum of RGB (Red+Green+Blue) = 97+147+127=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #61937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61937F is #9E6C80. Grayscale: #818181. Windows color (decimal): -10382465 or 8360801. OLE color: 8360801.

HSL color Cylindrical-coordinate representation of color #61937F: hue angle of 156º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61937F is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB97147127-
CMYK0.3400.140.42
HSL156º20.49%47.84%-
HSV(B)156º34.01%57.65%-
XYZ19.1924.9423.88-
YUV129.77126.44104.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 127 (50% from 255) = 34.23%
R=26.15%
G=39.62%
B=34.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971471270.3400.140.4215620.4947.84
Hex61937F220E2A9c1430
Octal14122317742016522342460
Binary1100001100100111111111100010011101010101001110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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