Html Css Color HEX #55695B Mineral Green

📋 copy color: '#55695B'

red 85 ◦ green 105 ◦ blue 91

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

Shades of Mineral Green #55695B

Tints of Mineral Green #55695B

RGB

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

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

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

R = 30.25%
G = 37.37%
B = 32.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#55695B (or 0x55695B) is known color: Mineral Green. HEX triplet: 55, 69 and 5B. RGB value is (85,105,91). Sum of RGB (Red+Green+Blue) = 85+105+91=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #55695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55695B is #AA96A4. Grayscale: #616161. Windows color (decimal): -11179685 or 5990741. OLE color: 5990741.

HSL color Cylindrical-coordinate representation of color #55695B: hue angle of 138º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #55695B is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 91 -
CMYK 0.19 0 0.13 0.59
HSL 138º 0.11% 0.37% -
HSV(B) 138º 0.19% 0.41% -
XYZ 10.69 12.79 11.8 -
YUV 97.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 85 105 91 0.19 0 0.13 0.59 138 0.11 0.37
Hex 55 69 5B 13 0 D 3B 8A B 25
Octal 125 151 133 23 0 15 73 212 13 45
Binary 1010101 1101001 1011011 10011 0 1101 111011 10001010 1011 100101

Color Harmonies of #55695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55695B

Black with #55695B

Text Example


Text Example

White with #55695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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