Html Css Color HEX #516956 Mineral Green

📋 copy color: '#516956'

red 81 ◦ green 105 ◦ blue 86

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

Shades of Mineral Green #516956

Tints of Mineral Green #516956

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

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

R = 29.78%
G = 38.6%
B = 31.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#516956 (or 0x516956) is known color: Mineral Green. HEX triplet: 51, 69 and 56. RGB value is (81,105,86). Sum of RGB (Red+Green+Blue) = 81+105+86=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #516956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516956 is #AE96A9. Grayscale: #5F5F5F. Windows color (decimal): -11441834 or 5663057. OLE color: 5663057.

HSL color Cylindrical-coordinate representation of color #516956: hue angle of 132.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #516956 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 86 -
CMYK 0.23 0 0.18 0.59
HSL 132.5º 0.13% 0.36% -
HSV(B) 132.5º 0.23% 0.41% -
XYZ 10.12 12.52 10.69 -
YUV 95.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 81 105 86 0.23 0 0.18 0.59 132.5 0.13 0.36
Hex 51 69 56 17 0 12 3B 84 D 24
Octal 121 151 126 27 0 22 73 204 15 44
Binary 1010001 1101001 1010110 10111 0 10010 111011 10000100 1101 100100

Color Harmonies of #516956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516956

Black with #516956

Text Example


Text Example

White with #516956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516956; }

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

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

background-color css

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

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

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

border-color css

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

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

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