Html Css Color HEX #697070 Nevada

📋 copy color: '#697070'

red 105 ◦ green 112 ◦ blue 112

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

Shades of Nevada #697070

Tints of Nevada #697070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 31.91%
G = 34.04%
B = 34.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#697070 (or 0x697070) is known color: Nevada. HEX triplet: 69, 70 and 70. RGB value is (105,112,112). Sum of RGB (Red+Green+Blue) = 105+112+112=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #697070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697070 is #968F8F. Grayscale: #6D6D6D. Windows color (decimal): -9867152 or 7368809. OLE color: 7368809.

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

Color convert

RGB 105 112 112 -
CMYK 0.06 0 0 0.56
HSL 180º 0.03% 0.43% -
HSV(B) 180º 0.06% 0.44% -
XYZ 14.54 15.76 17.6 -
YUV 109.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 105 112 112 0.06 0 0 0.56 180 0.03 0.43
Hex 69 70 70 6 0 0 38 B4 3 2B
Octal 151 160 160 6 0 0 70 264 3 53
Binary 1101001 1110000 1110000 110 0 0 111000 10110100 11 101011

Color Harmonies of #697070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697070

Black with #697070

Text Example


Text Example

White with #697070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697070; }

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

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

background-color css

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

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

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

border-color css

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

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

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