#51695A

Color #51695A Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #51695A

Tints of Mineral Green #51695A

Color information

#51695A (or 0x51695A) is unknown color: approx Mineral Green. HEX triplet: 51, 69 and 5A. RGB value is (81,105,90). Sum of RGB (Red+Green+Blue) = 81+105+90=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #51695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51695A is #AE96A5. Grayscale: #606060. Windows color (decimal): -11441830 or 5925201. OLE color: 5925201.

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

Color convert

RGB8110590-
CMYK0.2300.140.59
HSL142.5º12.9%36.47%-
HSV(B)142.5º22.86%41.18%-
XYZ10.2912.5911.56-
YUV96.11124.55117.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=29.35%
G=38.04%
B=32.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81105900.2300.140.59142.512.936.47
Hex51695A170E3B8ed24
Octal12115113227016732161544
Binary1010001110100110110101011101110111011100011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51695A; }

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

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

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

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

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

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

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

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