Html Css Color HEX #54695A Mineral Green

📋 copy color: '#54695A'

red 84 ◦ green 105 ◦ blue 90

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

Shades of Mineral Green #54695A

Tints of Mineral Green #54695A

RGB

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

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

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

R = 30.11%
G = 37.63%
B = 32.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#54695A (or 0x54695A) is known color: Mineral Green. HEX triplet: 54, 69 and 5A. RGB value is (84,105,90). Sum of RGB (Red+Green+Blue) = 84+105+90=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #54695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54695A is #AB96A5. Grayscale: #616161. Windows color (decimal): -11245222 or 5925204. OLE color: 5925204.

HSL color Cylindrical-coordinate representation of color #54695A: hue angle of 137.14º 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 #54695A is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 105 90 -
CMYK 0.20 0 0.14 0.59
HSL 137.14º 0.11% 0.37% -
HSV(B) 137.14º 0.2% 0.41% -
XYZ 10.55 12.73 11.57 -
YUV 97.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 84 105 90 0.20 0 0.14 0.59 137.14 0.11 0.37
Hex 54 69 5A 14 0 E 3B 89 B 25
Octal 124 151 132 24 0 16 73 211 13 45
Binary 1010100 1101001 1011010 10100 0 1110 111011 10001001 1011 100101

Color Harmonies of #54695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54695A

Black with #54695A

Text Example


Text Example

White with #54695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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