Html Css Color HEX #5B6F5E Mineral Green

📋 copy color: '#5B6F5E'

red 91 ◦ green 111 ◦ blue 94

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

Shades of Mineral Green #5B6F5E

Tints of Mineral Green #5B6F5E

RGB

 RED value IS 91 (35.94% from 255) = 30.74%

 GREEN value IS 111 (43.75% from 255) = 37.5%

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 30.74%
G = 37.5%
B = 31.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#5B6F5E (or 0x5B6F5E) is known color: Mineral Green. HEX triplet: 5B, 6F and 5E. RGB value is (91,111,94). Sum of RGB (Red+Green+Blue) = 91+111+94=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6F5E is #A490A1. Grayscale: #676767. Windows color (decimal): -10784930 or 6188891. OLE color: 6188891.

HSL color Cylindrical-coordinate representation of color #5B6F5E: hue angle of 129º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B6F5E is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 111 94 -
CMYK 0.18 0 0.15 0.56
HSL 129º 0.1% 0.4% -
HSV(B) 129º 0.18% 0.44% -
XYZ 12.02 14.4 12.74 -
YUV 103.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 91 111 94 0.18 0 0.15 0.56 129 0.1 0.4
Hex 5B 6F 5E 12 0 F 38 81 A 28
Octal 133 157 136 22 0 17 70 201 12 50
Binary 1011011 1101111 1011110 10010 0 1111 111000 10000001 1010 101000

Color Harmonies of #5B6F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6F5E

Black with #5B6F5E

Text Example


Text Example

White with #5B6F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B6F5E; }

 p { color: rgb(91,111,94); }

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

background-color css

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

 a { background-color: rgb(91,111,94); }

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

border-color css

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

 span { border-color: rgb(91,111,94); }

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