Html Css Color HEX #5A665F Mineral Green

📋 copy color: '#5A665F'

red 90 ◦ green 102 ◦ blue 95

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

Shades of Mineral Green #5A665F

Tints of Mineral Green #5A665F

RGB

 RED value IS 90 (35.55% from 255) = 31.36%

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

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

R = 31.36%
G = 35.54%
B = 33.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#5A665F (or 0x5A665F) is known color: Mineral Green. HEX triplet: 5A, 66 and 5F. RGB value is (90,102,95). Sum of RGB (Red+Green+Blue) = 90+102+95=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 102 - color contains mainly: green. Hex color #5A665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A665F is #A599A0. Grayscale: #616161. Windows color (decimal): -10852769 or 6252122. OLE color: 6252122.

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

Color convert

RGB 90 102 95 -
CMYK 0.12 0 0.07 0.6
HSL 145º 0.06% 0.38% -
HSV(B) 145º 0.12% 0.4% -
XYZ 11.03 12.5 12.66 -
YUV 97.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 90 102 95 0.12 0 0.07 0.6 145 0.06 0.38
Hex 5A 66 5F C 0 7 3C 91 6 26
Octal 132 146 137 14 0 7 74 221 6 46
Binary 1011010 1100110 1011111 1100 0 111 111100 10010001 110 100110

Color Harmonies of #5A665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A665F

Black with #5A665F

Text Example


Text Example

White with #5A665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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