Html Css Color HEX #676F70 Nevada

📋 copy color: '#676F70'

red 103 ◦ green 111 ◦ blue 112

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

Shades of Nevada #676F70

Tints of Nevada #676F70

RGB

 RED value IS 103 (40.63% from 255) = 31.6%

 GREEN value IS 111 (43.75% from 255) = 34.05%

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

R = 31.6%
G = 34.05%
B = 34.36%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#676F70 (or 0x676F70) is known color: Nevada. HEX triplet: 67, 6F and 70. RGB value is (103,111,112). Sum of RGB (Red+Green+Blue) = 103+111+112=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 112 - color contains mainly: blue. Hex color #676F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F70 is #98908F. Grayscale: #6C6C6C. Windows color (decimal): -9998480 or 7368551. OLE color: 7368551.

HSL color Cylindrical-coordinate representation of color #676F70: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #676F70 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 111 112 -
CMYK 0.08 0.01 0 0.56
HSL 186.67º 0.04% 0.42% -
HSV(B) 186.67º 0.08% 0.44% -
XYZ 14.2 15.42 17.56 -
YUV 108.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 103 111 112 0.08 0.01 0 0.56 186.67 0.04 0.42
Hex 67 6F 70 8 1 0 38 BB 4 2A
Octal 147 157 160 10 1 0 70 273 4 52
Binary 1100111 1101111 1110000 1000 1 0 111000 10111011 100 101010

Color Harmonies of #676F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F70

Black with #676F70

Text Example


Text Example

White with #676F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676F70; }

 p { color: rgb(103,111,112); }

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

background-color css

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

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

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

border-color css

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

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

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