Html Css Color HEX #56695B Mineral Green

📋 copy color: '#56695B'

red 86 ◦ green 105 ◦ blue 91

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

Shades of Mineral Green #56695B

Tints of Mineral Green #56695B

RGB

 RED value IS 86 (33.98% from 255) = 30.5%

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

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 30.5%
G = 37.23%
B = 32.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#56695B (or 0x56695B) is known color: Mineral Green. HEX triplet: 56, 69 and 5B. RGB value is (86,105,91). Sum of RGB (Red+Green+Blue) = 86+105+91=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #56695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56695B is #A996A4. Grayscale: #616161. Windows color (decimal): -11114149 or 5990742. OLE color: 5990742.

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

Color convert

RGB 86 105 91 -
CMYK 0.18 0 0.13 0.59
HSL 135.79º 0.1% 0.37% -
HSV(B) 135.79º 0.18% 0.41% -
XYZ 10.78 12.84 11.81 -
YUV 97.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 86 105 91 0.18 0 0.13 0.59 135.79 0.1 0.37
Hex 56 69 5B 12 0 D 3B 88 A 25
Octal 126 151 133 22 0 15 73 210 12 45
Binary 1010110 1101001 1011011 10010 0 1101 111011 10001000 1010 100101

Color Harmonies of #56695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56695B

Black with #56695B

Text Example


Text Example

White with #56695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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