Html Css Color HEX #667172 Nevada

📋 copy color: '#667172'

red 102 ◦ green 113 ◦ blue 114

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

Shades of Nevada #667172

Tints of Nevada #667172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.65%

R = 31%
G = 34.35%
B = 34.65%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#667172 (or 0x667172) is known color: Nevada. HEX triplet: 66, 71 and 72. RGB value is (102,113,114). Sum of RGB (Red+Green+Blue) = 102+113+114=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 114 - color contains mainly: blue. Hex color #667172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667172 is #998E8D. Grayscale: #6D6D6D. Windows color (decimal): -10063502 or 7500134. OLE color: 7500134.

HSL color Cylindrical-coordinate representation of color #667172: hue angle of 185º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #667172 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 113 114 -
CMYK 0.11 0.01 0 0.55
HSL 185º 0.06% 0.42% -
HSV(B) 185º 0.11% 0.45% -
XYZ 14.42 15.85 18.22 -
YUV 109.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 102 113 114 0.11 0.01 0 0.55 185 0.06 0.42
Hex 66 71 72 B 1 0 37 B9 6 2A
Octal 146 161 162 13 1 0 67 271 6 52
Binary 1100110 1110001 1110010 1011 1 0 110111 10111001 110 101010

Color Harmonies of #667172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667172

Black with #667172

Text Example


Text Example

White with #667172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667172; }

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

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

background-color css

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

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

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

border-color css

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

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

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