Html Css Color HEX #667170 Nevada

📋 copy color: '#667170'

red 102 ◦ green 113 ◦ blue 112

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

Shades of Nevada #667170

Tints of Nevada #667170

RGB

 RED value IS 102 (40.23% from 255) = 31.19%

 GREEN value IS 113 (44.53% from 255) = 34.56%

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

R = 31.19%
G = 34.56%
B = 34.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#667170 (or 0x667170) is known color: Nevada. HEX triplet: 66, 71 and 70. RGB value is (102,113,112). Sum of RGB (Red+Green+Blue) = 102+113+112=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 113 - color contains mainly: green. Hex color #667170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667170 is #998E8F. Grayscale: #6D6D6D. Windows color (decimal): -10063504 or 7369062. OLE color: 7369062.

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

Color convert

RGB 102 113 112 -
CMYK 0.10 0 0.01 0.56
HSL 174.55º 0.05% 0.42% -
HSV(B) 174.55º 0.1% 0.44% -
XYZ 14.31 15.8 17.63 -
YUV 109.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 102 113 112 0.10 0 0.01 0.56 174.55 0.05 0.42
Hex 66 71 70 A 0 1 38 AF 5 2A
Octal 146 161 160 12 0 1 70 257 5 52
Binary 1100110 1110001 1110000 1010 0 1 111000 10101111 101 101010

Color Harmonies of #667170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667170

Black with #667170

Text Example


Text Example

White with #667170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667170; }

 p { color: rgb(102,113,112); }

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

background-color css

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

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

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

border-color css

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

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

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