Html Css Color HEX #697373 Nevada

📋 copy color: '#697373'

red 105 ◦ green 115 ◦ blue 115

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

Shades of Nevada #697373

Tints of Nevada #697373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

 BLUE value IS 115 (45.31% from 255) = 34.33%

R = 31.34%
G = 34.33%
B = 34.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#697373 (or 0x697373) is known color: Nevada. HEX triplet: 69, 73 and 73. RGB value is (105,115,115). Sum of RGB (Red+Green+Blue) = 105+115+115=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #697373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697373 is #968C8C. Grayscale: #707070. Windows color (decimal): -9866381 or 7566185. OLE color: 7566185.

HSL color Cylindrical-coordinate representation of color #697373: hue angle of 180º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #697373 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 115 115 -
CMYK 0.09 0 0 0.55
HSL 180º 0.05% 0.43% -
HSV(B) 180º 0.09% 0.45% -
XYZ 15.05 16.5 18.61 -
YUV 112.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 105 115 115 0.09 0 0 0.55 180 0.05 0.43
Hex 69 73 73 9 0 0 37 B4 5 2B
Octal 151 163 163 11 0 0 67 264 5 53
Binary 1101001 1110011 1110011 1001 0 0 110111 10110100 101 101011

Color Harmonies of #697373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697373

Black with #697373

Text Example


Text Example

White with #697373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697373; }

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

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

background-color css

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

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

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

border-color css

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

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

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