Html Css Color HEX #5C6D5E Mineral Green

📋 copy color: '#5C6D5E'

red 92 ◦ green 109 ◦ blue 94

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

Shades of Mineral Green #5C6D5E

Tints of Mineral Green #5C6D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.95%

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

R = 31.19%
G = 36.95%
B = 31.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#5C6D5E (or 0x5C6D5E) is known color: Mineral Green. HEX triplet: 5C, 6D and 5E. RGB value is (92,109,94). Sum of RGB (Red+Green+Blue) = 92+109+94=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 109 - color contains mainly: green. Hex color #5C6D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6D5E is #A392A1. Grayscale: #666666. Windows color (decimal): -10719906 or 6188380. OLE color: 6188380.

HSL color Cylindrical-coordinate representation of color #5C6D5E: hue angle of 127.06º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C6D5E is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 92 109 94 -
CMYK 0.16 0 0.14 0.57
HSL 127.06º 0.08% 0.39% -
HSV(B) 127.06º 0.16% 0.43% -
XYZ 11.9 14.02 12.67 -
YUV 102.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 92 109 94 0.16 0 0.14 0.57 127.06 0.08 0.39
Hex 5C 6D 5E 10 0 E 39 7F 8 27
Octal 134 155 136 20 0 16 71 177 10 47
Binary 1011100 1101101 1011110 10000 0 1110 111001 1111111 1000 100111

Color Harmonies of #5C6D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6D5E

Black with #5C6D5E

Text Example


Text Example

White with #5C6D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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