Html Css Color HEX #5E665F Mineral Green

📋 copy color: '#5E665F'

red 94 ◦ green 102 ◦ blue 95

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

Shades of Mineral Green #5E665F

Tints of Mineral Green #5E665F

RGB

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

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

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

R = 32.3%
G = 35.05%
B = 32.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#5E665F (or 0x5E665F) is known color: Mineral Green. HEX triplet: 5E, 66 and 5F. RGB value is (94,102,95). Sum of RGB (Red+Green+Blue) = 94+102+95=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 102 - color contains mainly: green. Hex color #5E665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E665F is #A199A0. Grayscale: #626262. Windows color (decimal): -10590625 or 6252126. OLE color: 6252126.

HSL color Cylindrical-coordinate representation of color #5E665F: hue angle of 127.5º 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 #5E665F is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 94 102 95 -
CMYK 0.08 0 0.07 0.6
HSL 127.5º 0.04% 0.38% -
HSV(B) 127.5º 0.08% 0.4% -
XYZ 11.43 12.71 12.68 -
YUV 98.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 94 102 95 0.08 0 0.07 0.6 127.5 0.04 0.38
Hex 5E 66 5F 8 0 7 3C 80 4 26
Octal 136 146 137 10 0 7 74 200 4 46
Binary 1011110 1100110 1011111 1000 0 111 111100 10000000 100 100110

Color Harmonies of #5E665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E665F

Black with #5E665F

Text Example


Text Example

White with #5E665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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