Html Css Color HEX #5C6F5E Mineral Green

📋 copy color: '#5C6F5E'

red 92 ◦ green 111 ◦ blue 94

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

Shades of Mineral Green #5C6F5E

Tints of Mineral Green #5C6F5E

RGB

 RED value IS 92 (36.33% from 255) = 30.98%

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

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

R = 30.98%
G = 37.37%
B = 31.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#5C6F5E (or 0x5C6F5E) is known color: Mineral Green. HEX triplet: 5C, 6F and 5E. RGB value is (92,111,94). Sum of RGB (Red+Green+Blue) = 92+111+94=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6F5E is #A390A1. Grayscale: #676767. Windows color (decimal): -10719394 or 6188892. OLE color: 6188892.

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

Color convert

RGB 92 111 94 -
CMYK 0.17 0 0.15 0.56
HSL 126.32º 0.09% 0.4% -
HSV(B) 126.32º 0.17% 0.44% -
XYZ 12.12 14.45 12.74 -
YUV 103.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 92 111 94 0.17 0 0.15 0.56 126.32 0.09 0.4
Hex 5C 6F 5E 11 0 F 38 7E 9 28
Octal 134 157 136 21 0 17 70 176 11 50
Binary 1011100 1101111 1011110 10001 0 1111 111000 1111110 1001 101000

Color Harmonies of #5C6F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6F5E

Black with #5C6F5E

Text Example


Text Example

White with #5C6F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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