Html Css Color HEX #55705B Mineral Green

📋 copy color: '#55705B'

red 85 ◦ green 112 ◦ blue 91

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

Shades of Mineral Green #55705B

Tints of Mineral Green #55705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 29.51%
G = 38.89%
B = 31.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#55705B (or 0x55705B) is known color: Mineral Green. HEX triplet: 55, 70 and 5B. RGB value is (85,112,91). Sum of RGB (Red+Green+Blue) = 85+112+91=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #55705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55705B is #AA8FA4. Grayscale: #656565. Windows color (decimal): -11177893 or 5992533. OLE color: 5992533.

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

Color convert

RGB 85 112 91 -
CMYK 0.24 0 0.19 0.56
HSL 133.33º 0.14% 0.39% -
HSV(B) 133.33º 0.24% 0.44% -
XYZ 11.43 14.27 12.05 -
YUV 101.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 85 112 91 0.24 0 0.19 0.56 133.33 0.14 0.39
Hex 55 70 5B 18 0 13 38 85 E 27
Octal 125 160 133 30 0 23 70 205 16 47
Binary 1010101 1110000 1011011 11000 0 10011 111000 10000101 1110 100111

Color Harmonies of #55705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55705B

Black with #55705B

Text Example


Text Example

White with #55705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55705B; }

 p { color: rgb(85,112,91); }

 H1.HeaderClassName
 {
   color: #55705B;
 }
 .AnyTagClassName
 {
   color: #55705B;
 }
</style>

background-color css

<style>
 a { background-color: #55705B; }

 a { background-color: rgb(85,112,91); }

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

border-color css

<style>
 span { border-color: #55705B; }

 span { border-color: rgb(85,112,91); }

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