#61867F

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

Shades of Patina #61867F

Tints of Patina #61867F

Color information

#61867F (or 0x61867F) is unknown color: approx Patina. HEX triplet: 61, 86 and 7F. RGB value is (97,134,127). Sum of RGB (Red+Green+Blue) = 97+134+127=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #61867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61867F is #9E7980. Grayscale: #7A7A7A. Windows color (decimal): -10385793 or 8357473. OLE color: 8357473.

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

Color convert

RGB97134127-
CMYK0.2800.050.47
HSL168.65º16.02%45.29%-
HSV(B)168.65º27.61%52.55%-
XYZ17.2921.1223.24-
YUV122.14130.74110.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 127 (50% from 255) = 35.47%
R=27.09%
G=37.43%
B=35.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341270.2800.050.47168.6516.0245.29
Hex61867F1C052Fa9102d
Octal1412061773405572512055
Binary11000011000011011111111110001011011111010100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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