Html Css Color HEX #5C6B5F Mineral Green

📋 copy color: '#5C6B5F'

red 92 ◦ green 107 ◦ blue 95

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

Shades of Mineral Green #5C6B5F

Tints of Mineral Green #5C6B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.39%

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

R = 31.29%
G = 36.39%
B = 32.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#5C6B5F (or 0x5C6B5F) is known color: Mineral Green. HEX triplet: 5C, 6B and 5F. RGB value is (92,107,95). Sum of RGB (Red+Green+Blue) = 92+107+95=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 107 - color contains mainly: green. Hex color #5C6B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6B5F is #A394A0. Grayscale: #656565. Windows color (decimal): -10720417 or 6253404. OLE color: 6253404.

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

Color convert

RGB 92 107 95 -
CMYK 0.14 0 0.11 0.58
HSL 132º 0.08% 0.39% -
HSV(B) 132º 0.14% 0.42% -
XYZ 11.74 13.62 12.84 -
YUV 101.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 92 107 95 0.14 0 0.11 0.58 132 0.08 0.39
Hex 5C 6B 5F E 0 B 3A 84 8 27
Octal 134 153 137 16 0 13 72 204 10 47
Binary 1011100 1101011 1011111 1110 0 1011 111010 10000100 1000 100111

Color Harmonies of #5C6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6B5F

Black with #5C6B5F

Text Example


Text Example

White with #5C6B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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