#697172

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

Shades of Nevada #697172

Tints of Nevada #697172

Color information

#697172 (or 0x697172) is unknown color: approx Nevada. HEX triplet: 69, 71 and 72. RGB value is (105,113,114). Sum of RGB (Red+Green+Blue) = 105+113+114=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 114 - color contains mainly: blue. Hex color #697172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697172 is #968E8D. Grayscale: #6E6E6E. Windows color (decimal): -9866894 or 7500137. OLE color: 7500137.

HSL color Cylindrical-coordinate representation of color #697172: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #697172 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB105113114-
CMYK0.080.0100.55
HSL186.67º4.11%42.94%-
HSV(B)186.67º7.89%44.71%-
XYZ14.7716.0318.24-
YUV110.72129.85123.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=31.63%
G=34.04%
B=34.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051131140.080.0100.55186.674.1142.94
Hex69717281037bb42b
Octal151161162101067273453
Binary11010011110001111001010001011011110111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697172; }

 p { color: rgb(105,113,114); }

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

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

 a { background-color: rgb(105,113,114); }

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

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

 span { border-color: rgb(105,113,114); }

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