#616F70

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

Shades of Nevada #616F70

Tints of Nevada #616F70

Color information

#616F70 (or 0x616F70) is unknown color: approx Nevada. HEX triplet: 61, 6F and 70. RGB value is (97,111,112). Sum of RGB (Red+Green+Blue) = 97+111+112=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #616F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F70 is #9E908F. Grayscale: #6A6A6A. Windows color (decimal): -10391696 or 7368545. OLE color: 7368545.

HSL color Cylindrical-coordinate representation of color #616F70: hue angle of 184º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616F70 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB97111112-
CMYK0.130.0100.56
HSL184º7.18%40.98%-
HSV(B)184º13.39%43.92%-
XYZ13.5415.0817.53-
YUV106.93130.86120.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 112 (44.14% from 255) = 35%
R=30.31%
G=34.69%
B=35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971111120.130.0100.561847.1840.98
Hex616F70D1038b8729
Octal141157160151070270751
Binary11000011101111111000011011011100010111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616F70; }

 p { color: rgb(97,111,112); }

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

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

 a { background-color: rgb(97,111,112); }

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

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

 span { border-color: rgb(97,111,112); }

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