#5F7675

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

Shades of Nevada #5F7675

Tints of Nevada #5F7675

Color information

#5F7675 (or 0x5F7675) is unknown color: approx Nevada. HEX triplet: 5F, 76 and 75. RGB value is (95,118,117). Sum of RGB (Red+Green+Blue) = 95+118+117=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 118 - color contains mainly: green. Hex color #5F7675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7675 is #A0898A. Grayscale: #6E6E6E. Windows color (decimal): -10520971 or 7698015. OLE color: 7698015.

HSL color Cylindrical-coordinate representation of color #5F7675: hue angle of 177.39º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F7675 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB95118117-
CMYK0.1900.010.54
HSL177.39º10.8%41.76%-
HSV(B)177.39º19.49%46.27%-
XYZ14.4116.6719.29-
YUV111.01131.38116.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.79%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=28.79%
G=35.76%
B=35.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal951181170.1900.010.54177.3910.841.76
Hex5F7675130136b1b2a
Octal1371661652301662611352
Binary1011111111011011101011001101110110101100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,118,117); }

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

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

 a { background-color: rgb(95,118,117); }

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

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

 span { border-color: rgb(95,118,117); }

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