Html Css Color HEX #55715A Mineral Green

📋 copy color: '#55715A'

red 85 ◦ green 113 ◦ blue 90

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

Shades of Mineral Green #55715A

Tints of Mineral Green #55715A

RGB

 RED value IS 85 (33.59% from 255) = 29.51%

 GREEN value IS 113 (44.53% from 255) = 39.24%

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

R = 29.51%
G = 39.24%
B = 31.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#55715A (or 0x55715A) is known color: Mineral Green. HEX triplet: 55, 71 and 5A. RGB value is (85,113,90). Sum of RGB (Red+Green+Blue) = 85+113+90=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #55715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55715A is #AA8EA5. Grayscale: #666666. Windows color (decimal): -11177638 or 5927253. OLE color: 5927253.

HSL color Cylindrical-coordinate representation of color #55715A: hue angle of 130.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55715A is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 113 90 -
CMYK 0.25 0 0.20 0.56
HSL 130.71º 0.14% 0.39% -
HSV(B) 130.71º 0.25% 0.44% -
XYZ 11.5 14.48 11.86 -
YUV 102.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 85 113 90 0.25 0 0.20 0.56 130.71 0.14 0.39
Hex 55 71 5A 19 0 14 38 83 E 27
Octal 125 161 132 31 0 24 70 203 16 47
Binary 1010101 1110001 1011010 11001 0 10100 111000 10000011 1110 100111

Color Harmonies of #55715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55715A

Black with #55715A

Text Example


Text Example

White with #55715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,113,90); }

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

background-color css

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

 a { background-color: rgb(85,113,90); }

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

border-color css

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

 span { border-color: rgb(85,113,90); }

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