Html Css Color HEX #5C6A5F Mineral Green

📋 copy color: '#5C6A5F'

red 92 ◦ green 106 ◦ blue 95

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

Shades of Mineral Green #5C6A5F

Tints of Mineral Green #5C6A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.18%

 BLUE value IS 95 (37.5% from 255) = 32.42%

R = 31.4%
G = 36.18%
B = 32.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#5C6A5F (or 0x5C6A5F) is known color: Mineral Green. HEX triplet: 5C, 6A and 5F. RGB value is (92,106,95). Sum of RGB (Red+Green+Blue) = 92+106+95=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6A5F is #A395A0. Grayscale: #646464. Windows color (decimal): -10720673 or 6253148. OLE color: 6253148.

HSL color Cylindrical-coordinate representation of color #5C6A5F: hue angle of 132.86º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5C6A5F is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 92 106 95 -
CMYK 0.13 0 0.10 0.58
HSL 132.86º 0.07% 0.39% -
HSV(B) 132.86º 0.13% 0.42% -
XYZ 11.63 13.41 12.8 -
YUV 100.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 92 106 95 0.13 0 0.10 0.58 132.86 0.07 0.39
Hex 5C 6A 5F D 0 A 3A 85 7 27
Octal 134 152 137 15 0 12 72 205 7 47
Binary 1011100 1101010 1011111 1101 0 1010 111010 10000101 111 100111

Color Harmonies of #5C6A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6A5F

Black with #5C6A5F

Text Example


Text Example

White with #5C6A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,106,95); }

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

background-color css

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

 a { background-color: rgb(92,106,95); }

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

border-color css

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

 span { border-color: rgb(92,106,95); }

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