Html Css Color HEX #697676 Nevada

📋 copy color: '#697676'

red 105 ◦ green 118 ◦ blue 118

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

Shades of Nevada #697676

Tints of Nevada #697676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 30.79%
G = 34.6%
B = 34.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#697676 (or 0x697676) is known color: Nevada. HEX triplet: 69, 76 and 76. RGB value is (105,118,118). Sum of RGB (Red+Green+Blue) = 105+118+118=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #697676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697676 is #968989. Grayscale: #727272. Windows color (decimal): -9865610 or 7763561. OLE color: 7763561.

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

Color convert

RGB 105 118 118 -
CMYK 0.11 0 0 0.54
HSL 180º 0.06% 0.44% -
HSV(B) 180º 0.11% 0.46% -
XYZ 15.57 17.27 19.65 -
YUV 114.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 105 118 118 0.11 0 0 0.54 180 0.06 0.44
Hex 69 76 76 B 0 0 36 B4 6 2C
Octal 151 166 166 13 0 0 66 264 6 54
Binary 1101001 1110110 1110110 1011 0 0 110110 10110100 110 101100

Color Harmonies of #697676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697676

Black with #697676

Text Example


Text Example

White with #697676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697676; }

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

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

background-color css

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

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

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

border-color css

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

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

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