#617274

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

Shades of Nevada #617274

Tints of Nevada #617274

Color information

#617274 (or 0x617274) is unknown color: approx Nevada. HEX triplet: 61, 72 and 74. RGB value is (97,114,116). Sum of RGB (Red+Green+Blue) = 97+114+116=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 116 - color contains mainly: blue. Hex color #617274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617274 is #9E8D8B. Grayscale: #6D6D6D. Windows color (decimal): -10390924 or 7631457. OLE color: 7631457.

HSL color Cylindrical-coordinate representation of color #617274: hue angle of 186.32º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #617274 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB97114116-
CMYK0.160.0200.55
HSL186.32º8.92%41.76%-
HSV(B)186.32º16.38%45.49%-
XYZ14.115.8418.84-
YUV109.14131.87119.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=29.66%
G=34.86%
B=35.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971141160.160.0200.55186.328.9241.76
Hex617274102037ba92a
Octal1411621642020672721152
Binary11000011110010111010010000100110111101110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617274; }

 p { color: rgb(97,114,116); }

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

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

 a { background-color: rgb(97,114,116); }

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

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

 span { border-color: rgb(97,114,116); }

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