Html Css Color HEX #667070 Nevada

📋 copy color: '#667070'

red 102 ◦ green 112 ◦ blue 112

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

Shades of Nevada #667070

Tints of Nevada #667070

RGB

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

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

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

R = 31.29%
G = 34.36%
B = 34.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#667070 (or 0x667070) is known color: Nevada. HEX triplet: 66, 70 and 70. RGB value is (102,112,112). Sum of RGB (Red+Green+Blue) = 102+112+112=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #667070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667070 is #998F8F. Grayscale: #6D6D6D. Windows color (decimal): -10063760 or 7368806. OLE color: 7368806.

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

Color convert

RGB 102 112 112 -
CMYK 0.09 0 0 0.56
HSL 180º 0.05% 0.42% -
HSV(B) 180º 0.09% 0.44% -
XYZ 14.2 15.58 17.59 -
YUV 109.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 102 112 112 0.09 0 0 0.56 180 0.05 0.42
Hex 66 70 70 9 0 0 38 B4 5 2A
Octal 146 160 160 11 0 0 70 264 5 52
Binary 1100110 1110000 1110000 1001 0 0 111000 10110100 101 101010

Color Harmonies of #667070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667070

Black with #667070

Text Example


Text Example

White with #667070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667070; }

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

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

background-color css

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

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

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

border-color css

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

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

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