Html Css Color HEX #697575 Nevada

📋 copy color: '#697575'

red 105 ◦ green 117 ◦ blue 117

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

Shades of Nevada #697575

Tints of Nevada #697575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 30.97%
G = 34.51%
B = 34.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#697575 (or 0x697575) is known color: Nevada. HEX triplet: 69, 75 and 75. RGB value is (105,117,117). Sum of RGB (Red+Green+Blue) = 105+117+117=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #697575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697575 is #968A8A. Grayscale: #717171. Windows color (decimal): -9865867 or 7697769. OLE color: 7697769.

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

Color convert

RGB 105 117 117 -
CMYK 0.10 0 0 0.54
HSL 180º 0.05% 0.44% -
HSV(B) 180º 0.1% 0.46% -
XYZ 15.4 17.01 19.3 -
YUV 113.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 105 117 117 0.10 0 0 0.54 180 0.05 0.44
Hex 69 75 75 A 0 0 36 B4 5 2C
Octal 151 165 165 12 0 0 66 264 5 54
Binary 1101001 1110101 1110101 1010 0 0 110110 10110100 101 101100

Color Harmonies of #697575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697575

Black with #697575

Text Example


Text Example

White with #697575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697575; }

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

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

background-color css

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

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

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

border-color css

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

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

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