Html Css Color HEX #697576 Nevada

📋 copy color: '#697576'

red 105 ◦ green 117 ◦ blue 118

#697576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #697576

Tints of Nevada #697576

RGB

 RED value IS 105 (41.41% from 255) = 30.88%

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 30.88%
G = 34.41%
B = 34.71%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#697576 (or 0x697576) is known color: Nevada. HEX triplet: 69, 75 and 76. RGB value is (105,117,118). Sum of RGB (Red+Green+Blue) = 105+117+118=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #697576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697576 is #968A89. Grayscale: #717171. Windows color (decimal): -9865866 or 7763305. OLE color: 7763305.

HSL color Cylindrical-coordinate representation of color #697576: hue angle of 184.62º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #697576 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 118 -
CMYK 0.11 0.01 0 0.54
HSL 184.62º 0.06% 0.44% -
HSV(B) 184.62º 0.11% 0.46% -
XYZ 15.46 17.03 19.61 -
YUV 113.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 105 117 118 0.11 0.01 0 0.54 184.62 0.06 0.44
Hex 69 75 76 B 1 0 36 B9 6 2C
Octal 151 165 166 13 1 0 66 271 6 54
Binary 1101001 1110101 1110110 1011 1 0 110110 10111001 110 101100

Color Harmonies of #697576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697576

Black with #697576

Text Example


Text Example

White with #697576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697576; }

 p { color: rgb(105,117,118); }

 H1.HeaderClassName
 {
   color: #697576;
 }
 .AnyTagClassName
 {
   color: #697576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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