Html Css Color HEX #667273 Nevada

📋 copy color: '#667273'

red 102 ◦ green 114 ◦ blue 115

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

Shades of Nevada #667273

Tints of Nevada #667273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 30.82%
G = 34.44%
B = 34.74%

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

#667273 (or 0x667273) is known color: Nevada. HEX triplet: 66, 72 and 73. RGB value is (102,114,115). Sum of RGB (Red+Green+Blue) = 102+114+115=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 115 - color contains mainly: blue. Hex color #667273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667273 is #998D8C. Grayscale: #6E6E6E. Windows color (decimal): -10063245 or 7565926. OLE color: 7565926.

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

Color convert

RGB 102 114 115 -
CMYK 0.11 0.01 0 0.55
HSL 184.62º 0.06% 0.43% -
HSV(B) 184.62º 0.11% 0.45% -
XYZ 14.59 16.1 18.56 -
YUV 110.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 102 114 115 0.11 0.01 0 0.55 184.62 0.06 0.43
Hex 66 72 73 B 1 0 37 B9 6 2B
Octal 146 162 163 13 1 0 67 271 6 53
Binary 1100110 1110010 1110011 1011 1 0 110111 10111001 110 101011

Color Harmonies of #667273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667273

Black with #667273

Text Example


Text Example

White with #667273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667273; }

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

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

background-color css

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

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

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

border-color css

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

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

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