Html Css Color HEX #56695C Mineral Green

📋 copy color: '#56695C'

red 86 ◦ green 105 ◦ blue 92

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

Shades of Mineral Green #56695C

Tints of Mineral Green #56695C

RGB

 RED value IS 86 (33.98% from 255) = 30.39%

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 30.39%
G = 37.1%
B = 32.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#56695C (or 0x56695C) is known color: Mineral Green. HEX triplet: 56, 69 and 5C. RGB value is (86,105,92). Sum of RGB (Red+Green+Blue) = 86+105+92=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #56695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56695C is #A996A3. Grayscale: #616161. Windows color (decimal): -11114148 or 6056278. OLE color: 6056278.

HSL color Cylindrical-coordinate representation of color #56695C: hue angle of 138.95º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #56695C is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 105 92 -
CMYK 0.18 0 0.12 0.59
HSL 138.95º 0.1% 0.37% -
HSV(B) 138.95º 0.18% 0.41% -
XYZ 10.82 12.85 12.04 -
YUV 97.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 86 105 92 0.18 0 0.12 0.59 138.95 0.1 0.37
Hex 56 69 5C 12 0 C 3B 8B A 25
Octal 126 151 134 22 0 14 73 213 12 45
Binary 1010110 1101001 1011100 10010 0 1100 111011 10001011 1010 100101

Color Harmonies of #56695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56695C

Black with #56695C

Text Example


Text Example

White with #56695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56695C; }

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

 H1.HeaderClassName
 {
   color: #56695C;
 }
 .AnyTagClassName
 {
   color: #56695C;
 }
</style>

background-color css

<style>
 a { background-color: #56695C; }

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

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

border-color css

<style>
 span { border-color: #56695C; }

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

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