Html Css Color HEX #5D665F Mineral Green

📋 copy color: '#5D665F'

red 93 ◦ green 102 ◦ blue 95

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

Shades of Mineral Green #5D665F

Tints of Mineral Green #5D665F

RGB

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

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

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

R = 32.07%
G = 35.17%
B = 32.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#5D665F (or 0x5D665F) is known color: Mineral Green. HEX triplet: 5D, 66 and 5F. RGB value is (93,102,95). Sum of RGB (Red+Green+Blue) = 93+102+95=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 102 - color contains mainly: green. Hex color #5D665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D665F is #A299A0. Grayscale: #626262. Windows color (decimal): -10656161 or 6252125. OLE color: 6252125.

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

Color convert

RGB 93 102 95 -
CMYK 0.09 0 0.07 0.6
HSL 133.33º 0.05% 0.38% -
HSV(B) 133.33º 0.09% 0.4% -
XYZ 11.33 12.66 12.67 -
YUV 98.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 93 102 95 0.09 0 0.07 0.6 133.33 0.05 0.38
Hex 5D 66 5F 9 0 7 3C 85 5 26
Octal 135 146 137 11 0 7 74 205 5 46
Binary 1011101 1100110 1011111 1001 0 111 111100 10000101 101 100110

Color Harmonies of #5D665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D665F

Black with #5D665F

Text Example


Text Example

White with #5D665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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