Html Css Color HEX #5E6660 Mineral Green

📋 copy color: '#5E6660'

red 94 ◦ green 102 ◦ blue 96

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

Shades of Mineral Green #5E6660

Tints of Mineral Green #5E6660

RGB

 RED value IS 94 (37.11% from 255) = 32.19%

 GREEN value IS 102 (40.23% from 255) = 34.93%

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 32.19%
G = 34.93%
B = 32.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#5E6660 (or 0x5E6660) is known color: Mineral Green. HEX triplet: 5E, 66 and 60. RGB value is (94,102,96). Sum of RGB (Red+Green+Blue) = 94+102+96=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6660 is #A1999F. Grayscale: #626262. Windows color (decimal): -10590624 or 6317662. OLE color: 6317662.

HSL color Cylindrical-coordinate representation of color #5E6660: hue angle of 135º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5E6660 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 94 102 96 -
CMYK 0.08 0 0.06 0.6
HSL 135º 0.04% 0.38% -
HSV(B) 135º 0.08% 0.4% -
XYZ 11.48 12.73 12.92 -
YUV 98.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 94 102 96 0.08 0 0.06 0.6 135 0.04 0.38
Hex 5E 66 60 8 0 6 3C 87 4 26
Octal 136 146 140 10 0 6 74 207 4 46
Binary 1011110 1100110 1100000 1000 0 110 111100 10000111 100 100110

Color Harmonies of #5E6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6660

Black with #5E6660

Text Example


Text Example

White with #5E6660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,102,96); }

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

background-color css

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

 a { background-color: rgb(94,102,96); }

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

border-color css

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

 span { border-color: rgb(94,102,96); }

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