#5D7676

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

Shades of Nevada #5D7676

Tints of Nevada #5D7676

Color information

#5D7676 (or 0x5D7676) is unknown color: approx Nevada. HEX triplet: 5D, 76 and 76. RGB value is (93,118,118). Sum of RGB (Red+Green+Blue) = 93+118+118=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #5D7676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7676 is #A28989. Grayscale: #6E6E6E. Windows color (decimal): -10652042 or 7763549. OLE color: 7763549.

HSL color Cylindrical-coordinate representation of color #5D7676: hue angle of 180º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D7676 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB93118118-
CMYK0.21000.54
HSL180º11.85%41.37%-
HSV(B)180º21.19%46.27%-
XYZ14.2616.5919.59-
YUV110.52132.22115.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.27%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=28.27%
G=35.87%
B=35.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal931181180.21000.5418011.8541.37
Hex5D7676150036b4c29
Octal1351661662500662641451
Binary1011101111011011101101010100110110101101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,118,118); }

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

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

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

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

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

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

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