#667C79

Color #667C79 Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #667C79

Tints of Rolling Stone #667C79

Color information

#667C79 (or 0x667C79) is unknown color: approx Rolling Stone. HEX triplet: 66, 7C and 79. RGB value is (102,124,121). Sum of RGB (Red+Green+Blue) = 102+124+121=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 124 - color contains mainly: green. Hex color #667C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C79 is #998386. Grayscale: #757575. Windows color (decimal): -10060679 or 7961702. OLE color: 7961702.

HSL color Cylindrical-coordinate representation of color #667C79: hue angle of 171.82º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667C79 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB102124121-
CMYK0.1800.020.51
HSL171.82º9.73%44.31%-
HSV(B)171.82º17.74%48.63%-
XYZ16.1418.6220.83-
YUV117.08130.21117.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=29.39%
G=35.73%
B=34.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021241210.1800.020.51171.829.7344.31
Hex667C79120233aca2c
Octal1461741712202632541254
Binary11001101111100111100110010010110011101011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667C79; }

 p { color: rgb(102,124,121); }

 H1.HeaderClassName
 {
   color: #667C79;
 }
 .AnyTagClassName
 {
   color: #667C79;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #667C79;
 }
 .BgClassName
 {
   background-color: #667C79;
 }
</style>
border-color css

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

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

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