Html Css Color HEX #516954 Mineral Green

📋 copy color: '#516954'

red 81 ◦ green 105 ◦ blue 84

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

Shades of Mineral Green #516954

Tints of Mineral Green #516954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.11%

R = 30%
G = 38.89%
B = 31.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#516954 (or 0x516954) is known color: Mineral Green. HEX triplet: 51, 69 and 54. RGB value is (81,105,84). Sum of RGB (Red+Green+Blue) = 81+105+84=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #516954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516954 is #AE96AB. Grayscale: #5F5F5F. Windows color (decimal): -11441836 or 5531985. OLE color: 5531985.

HSL color Cylindrical-coordinate representation of color #516954: hue angle of 127.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 #516954 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 84 -
CMYK 0.23 0 0.20 0.59
HSL 127.5º 0.13% 0.36% -
HSV(B) 127.5º 0.23% 0.41% -
XYZ 10.05 12.49 10.27 -
YUV 95.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 81 105 84 0.23 0 0.20 0.59 127.5 0.13 0.36
Hex 51 69 54 17 0 14 3B 80 D 24
Octal 121 151 124 27 0 24 73 200 15 44
Binary 1010001 1101001 1010100 10111 0 10100 111011 10000000 1101 100100

Color Harmonies of #516954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516954

Black with #516954

Text Example


Text Example

White with #516954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516954; }

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

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

background-color css

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

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

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

border-color css

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

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

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