Html Css Color HEX #5C695E Mineral Green

📋 copy color: '#5C695E'

red 92 ◦ green 105 ◦ blue 94

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

Shades of Mineral Green #5C695E

Tints of Mineral Green #5C695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

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

R = 31.62%
G = 36.08%
B = 32.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#5C695E (or 0x5C695E) is known color: Mineral Green. HEX triplet: 5C, 69 and 5E. RGB value is (92,105,94). Sum of RGB (Red+Green+Blue) = 92+105+94=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 105 - color contains mainly: green. Hex color #5C695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C695E is #A396A1. Grayscale: #636363. Windows color (decimal): -10720930 or 6187356. OLE color: 6187356.

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

Color convert

RGB 92 105 94 -
CMYK 0.12 0 0.10 0.59
HSL 129.23º 0.07% 0.39% -
HSV(B) 129.23º 0.12% 0.41% -
XYZ 11.49 13.19 12.53 -
YUV 99.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 92 105 94 0.12 0 0.10 0.59 129.23 0.07 0.39
Hex 5C 69 5E C 0 A 3B 81 7 27
Octal 134 151 136 14 0 12 73 201 7 47
Binary 1011100 1101001 1011110 1100 0 1010 111011 10000001 111 100111

Color Harmonies of #5C695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C695E

Black with #5C695E

Text Example


Text Example

White with #5C695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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