#697272

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

Shades of Nevada #697272

Tints of Nevada #697272

Color information

#697272 (or 0x697272) is unknown color: approx Nevada. HEX triplet: 69, 72 and 72. RGB value is (105,114,114). Sum of RGB (Red+Green+Blue) = 105+114+114=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #697272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697272 is #968D8D. Grayscale: #6F6F6F. Windows color (decimal): -9866638 or 7500393. OLE color: 7500393.

HSL color Cylindrical-coordinate representation of color #697272: hue angle of 180º 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 #697272 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB105114114-
CMYK0.08000.55
HSL180º4.11%42.94%-
HSV(B)180º7.89%44.71%-
XYZ14.8816.2518.27-
YUV111.31129.52123.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=31.53%
G=34.23%
B=34.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051141140.08000.551804.1142.94
Hex69727280037b442b
Octal151162162100067264453
Binary11010011110010111001010000011011110110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697272; }

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

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

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

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

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

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

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

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