#5F706E

Color #5F706E Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #5F706E

Tints of Nevada #5F706E

Color information

#5F706E (or 0x5F706E) is unknown color: approx Nevada. HEX triplet: 5F, 70 and 6E. RGB value is (95,112,110). Sum of RGB (Red+Green+Blue) = 95+112+110=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #5F706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F706E is #A08F91. Grayscale: #6A6A6A. Windows color (decimal): -10522514 or 7237727. OLE color: 7237727.

HSL color Cylindrical-coordinate representation of color #5F706E: hue angle of 172.94º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F706E is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB95112110-
CMYK0.1500.020.56
HSL172.94º8.21%40.59%-
HSV(B)172.94º15.18%43.92%-
XYZ13.3315.1516.97-
YUV106.69129.87119.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.97%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=29.97%
G=35.33%
B=34.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal951121100.1500.020.56172.948.2140.59
Hex5F706EF0238ad829
Octal1371601561702702551051
Binary1011111111000011011101111010111000101011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,112,110); }

 H1.HeaderClassName
 {
   color: #5F706E;
 }
 .AnyTagClassName
 {
   color: #5F706E;
 }
</style>
background-color css

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

 a { background-color: rgb(95,112,110); }

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

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

 span { border-color: rgb(95,112,110); }

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