Html Css Color HEX #54695B Mineral Green

📋 copy color: '#54695B'

red 84 ◦ green 105 ◦ blue 91

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

Shades of Mineral Green #54695B

Tints of Mineral Green #54695B

RGB

 RED value IS 84 (33.2% from 255) = 30%

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

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

R = 30%
G = 37.5%
B = 32.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#54695B (or 0x54695B) is known color: Mineral Green. HEX triplet: 54, 69 and 5B. RGB value is (84,105,91). Sum of RGB (Red+Green+Blue) = 84+105+91=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #54695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54695B is #AB96A4. Grayscale: #616161. Windows color (decimal): -11245221 or 5990740. OLE color: 5990740.

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

Color convert

RGB 84 105 91 -
CMYK 0.20 0 0.13 0.59
HSL 140º 0.11% 0.37% -
HSV(B) 140º 0.2% 0.41% -
XYZ 10.6 12.74 11.8 -
YUV 97.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 84 105 91 0.20 0 0.13 0.59 140 0.11 0.37
Hex 54 69 5B 14 0 D 3B 8C B 25
Octal 124 151 133 24 0 15 73 214 13 45
Binary 1010100 1101001 1011011 10100 0 1101 111011 10001100 1011 100101

Color Harmonies of #54695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54695B

Black with #54695B

Text Example


Text Example

White with #54695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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