#69797A

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

Shades of Nevada #69797A

Tints of Nevada #69797A

Color information

#69797A (or 0x69797A) is unknown color: approx Nevada. HEX triplet: 69, 79 and 7A. RGB value is (105,121,122). Sum of RGB (Red+Green+Blue) = 105+121+122=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 122 - color contains mainly: blue. Hex color #69797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69797A is #968685. Grayscale: #747474. Windows color (decimal): -9864838 or 8026473. OLE color: 8026473.

HSL color Cylindrical-coordinate representation of color #69797A: hue angle of 183.53º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #69797A is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB105121122-
CMYK0.140.0100.52
HSL183.53º7.49%44.51%-
HSV(B)183.53º13.93%47.84%-
XYZ16.1818.0821.05-
YUV116.33131.2119.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=30.17%
G=34.77%
B=35.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051211220.140.0100.52183.537.4944.51
Hex69797AE1034b872d
Octal151171172161064270755
Binary11010011111001111101011101011010010111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69797A; }

 p { color: rgb(105,121,122); }

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

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

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

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

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

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

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