#61857F

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

Shades of Patina #61857F

Tints of Patina #61857F

Color information

#61857F (or 0x61857F) is unknown color: approx Patina. HEX triplet: 61, 85 and 7F. RGB value is (97,133,127). Sum of RGB (Red+Green+Blue) = 97+133+127=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #61857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61857F is #9E7A80. Grayscale: #797979. Windows color (decimal): -10386049 or 8357217. OLE color: 8357217.

HSL color Cylindrical-coordinate representation of color #61857F: hue angle of 170º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61857F is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB97133127-
CMYK0.2700.050.48
HSL170º15.65%45.1%-
HSV(B)170º27.07%52.16%-
XYZ17.1520.8523.2-
YUV121.55131.07110.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 127 (50% from 255) = 35.57%
R=27.17%
G=37.25%
B=35.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971331270.2700.050.4817015.6545.1
Hex61857F1B0530aa102d
Octal1412051773305602522055
Binary11000011000010111111111101101011100001010101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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