Html Css Color HEX #667575 Nevada

📋 copy color: '#667575'

red 102 ◦ green 117 ◦ blue 117

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

Shades of Nevada #667575

Tints of Nevada #667575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.82%

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 30.36%
G = 34.82%
B = 34.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#667575 (or 0x667575) is known color: Nevada. HEX triplet: 66, 75 and 75. RGB value is (102,117,117). Sum of RGB (Red+Green+Blue) = 102+117+117=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #667575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667575 is #998A8A. Grayscale: #707070. Windows color (decimal): -10062475 or 7697766. OLE color: 7697766.

HSL color Cylindrical-coordinate representation of color #667575: hue angle of 180º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #667575 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 117 -
CMYK 0.13 0 0 0.54
HSL 180º 0.07% 0.43% -
HSV(B) 180º 0.13% 0.46% -
XYZ 15.05 16.83 19.29 -
YUV 112.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 102 117 117 0.13 0 0 0.54 180 0.07 0.43
Hex 66 75 75 D 0 0 36 B4 7 2B
Octal 146 165 165 15 0 0 66 264 7 53
Binary 1100110 1110101 1110101 1101 0 0 110110 10110100 111 101011

Color Harmonies of #667575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667575

Black with #667575

Text Example


Text Example

White with #667575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667575; }

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

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

background-color css

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

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

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

border-color css

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

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

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