Html Css Color HEX #516759 Mineral Green

📋 copy color: '#516759'

red 81 ◦ green 103 ◦ blue 89

#516759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #516759

Tints of Mineral Green #516759

RGB

 RED value IS 81 (32.03% from 255) = 29.67%

 GREEN value IS 103 (40.63% from 255) = 37.73%

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 29.67%
G = 37.73%
B = 32.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#516759 (or 0x516759) is known color: Mineral Green. HEX triplet: 51, 67 and 59. RGB value is (81,103,89). Sum of RGB (Red+Green+Blue) = 81+103+89=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #516759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516759 is #AE98A6. Grayscale: #5E5E5E. Windows color (decimal): -11442343 or 5859153. OLE color: 5859153.

HSL color Cylindrical-coordinate representation of color #516759: hue angle of 141.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516759 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 103 89 -
CMYK 0.21 0 0.14 0.60
HSL 141.82º 0.12% 0.36% -
HSV(B) 141.82º 0.21% 0.4% -
XYZ 10.05 12.17 11.27 -
YUV 94.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 81 103 89 0.21 0 0.14 0.60 141.82 0.12 0.36
Hex 51 67 59 15 0 E 3C 8E C 24
Octal 121 147 131 25 0 16 74 216 14 44
Binary 1010001 1100111 1011001 10101 0 1110 111100 10001110 1100 100100

Color Harmonies of #516759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516759

Black with #516759

Text Example


Text Example

White with #516759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516759; }

 p { color: rgb(81,103,89); }

 H1.HeaderClassName
 {
   color: #516759;
 }
 .AnyTagClassName
 {
   color: #516759;
 }
</style>

background-color css

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

 a { background-color: rgb(81,103,89); }

 div.DivClassName
 {
   background-color: #516759;
 }
 .BgClassName
 {
   background-color: #516759;
 }
</style>

border-color css

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

 span { border-color: rgb(81,103,89); }

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