Html Css Color HEX #516756 Mineral Green

📋 copy color: '#516756'

red 81 ◦ green 103 ◦ blue 86

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

Shades of Mineral Green #516756

Tints of Mineral Green #516756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 30%
G = 38.15%
B = 31.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#516756 (or 0x516756) is known color: Mineral Green. HEX triplet: 51, 67 and 56. RGB value is (81,103,86). Sum of RGB (Red+Green+Blue) = 81+103+86=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 103 - color contains mainly: green. Hex color #516756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516756 is #AE98A9. Grayscale: #5E5E5E. Windows color (decimal): -11442346 or 5662545. OLE color: 5662545.

HSL color Cylindrical-coordinate representation of color #516756: hue angle of 133.64º 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 #516756 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 103 86 -
CMYK 0.21 0 0.17 0.60
HSL 133.64º 0.12% 0.36% -
HSV(B) 133.64º 0.21% 0.4% -
XYZ 9.92 12.12 10.62 -
YUV 94.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 81 103 86 0.21 0 0.17 0.60 133.64 0.12 0.36
Hex 51 67 56 15 0 11 3C 86 C 24
Octal 121 147 126 25 0 21 74 206 14 44
Binary 1010001 1100111 1010110 10101 0 10001 111100 10000110 1100 100100

Color Harmonies of #516756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516756

Black with #516756

Text Example


Text Example

White with #516756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516756; }

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

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

background-color css

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

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

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

border-color css

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

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

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