Html Css Color HEX #56615A Mineral Green

📋 copy color: '#56615A'

red 86 ◦ green 97 ◦ blue 90

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

Shades of Mineral Green #56615A

Tints of Mineral Green #56615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 31.5%
G = 35.53%
B = 32.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#56615A (or 0x56615A) is known color: Mineral Green. HEX triplet: 56, 61 and 5A. RGB value is (86,97,90). Sum of RGB (Red+Green+Blue) = 86+97+90=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #56615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56615A is #A99EA5. Grayscale: #5C5C5C. Windows color (decimal): -11116198 or 5923158. OLE color: 5923158.

HSL color Cylindrical-coordinate representation of color #56615A: hue angle of 141.82º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #56615A is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 97 90 -
CMYK 0.11 0 0.07 0.62
HSL 141.82º 0.06% 0.36% -
HSV(B) 141.82º 0.11% 0.38% -
XYZ 9.96 11.27 11.32 -
YUV 92.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 86 97 90 0.11 0 0.07 0.62 141.82 0.06 0.36
Hex 56 61 5A B 0 7 3E 8E 6 24
Octal 126 141 132 13 0 7 76 216 6 44
Binary 1010110 1100001 1011010 1011 0 111 111110 10001110 110 100100

Color Harmonies of #56615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56615A

Black with #56615A

Text Example


Text Example

White with #56615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56615A; }

 p { color: rgb(86,97,90); }

 H1.HeaderClassName
 {
   color: #56615A;
 }
 .AnyTagClassName
 {
   color: #56615A;
 }
</style>

background-color css

<style>
 a { background-color: #56615A; }

 a { background-color: rgb(86,97,90); }

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

border-color css

<style>
 span { border-color: #56615A; }

 span { border-color: rgb(86,97,90); }

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