Html Css Color HEX #5D6A5F Mineral Green

📋 copy color: '#5D6A5F'

red 93 ◦ green 106 ◦ blue 95

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

Shades of Mineral Green #5D6A5F

Tints of Mineral Green #5D6A5F

RGB

 RED value IS 93 (36.72% from 255) = 31.63%

 GREEN value IS 106 (41.8% from 255) = 36.05%

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 31.63%
G = 36.05%
B = 32.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#5D6A5F (or 0x5D6A5F) is known color: Mineral Green. HEX triplet: 5D, 6A and 5F. RGB value is (93,106,95). Sum of RGB (Red+Green+Blue) = 93+106+95=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 106 - color contains mainly: green. Hex color #5D6A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6A5F is #A295A0. Grayscale: #646464. Windows color (decimal): -10655137 or 6253149. OLE color: 6253149.

HSL color Cylindrical-coordinate representation of color #5D6A5F: hue angle of 129.23º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D6A5F is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 93 106 95 -
CMYK 0.12 0 0.10 0.58
HSL 129.23º 0.07% 0.39% -
HSV(B) 129.23º 0.12% 0.42% -
XYZ 11.73 13.46 12.81 -
YUV 100.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 93 106 95 0.12 0 0.10 0.58 129.23 0.07 0.39
Hex 5D 6A 5F C 0 A 3A 81 7 27
Octal 135 152 137 14 0 12 72 201 7 47
Binary 1011101 1101010 1011111 1100 0 1010 111010 10000001 111 100111

Color Harmonies of #5D6A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6A5F

Black with #5D6A5F

Text Example


Text Example

White with #5D6A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D6A5F; }

 p { color: rgb(93,106,95); }

 H1.HeaderClassName
 {
   color: #5D6A5F;
 }
 .AnyTagClassName
 {
   color: #5D6A5F;
 }
</style>

background-color css

<style>
 a { background-color: #5D6A5F; }

 a { background-color: rgb(93,106,95); }

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

border-color css

<style>
 span { border-color: #5D6A5F; }

 span { border-color: rgb(93,106,95); }

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