#667270

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

Shades of Rolling Stone #667270

Tints of Rolling Stone #667270

Color information

#667270 (or 0x667270) is unknown color: approx Rolling Stone. HEX triplet: 66, 72 and 70. RGB value is (102,114,112). Sum of RGB (Red+Green+Blue) = 102+114+112=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 114 - color contains mainly: green. Hex color #667270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667270 is #998D8F. Grayscale: #6E6E6E. Windows color (decimal): -10063248 or 7369318. OLE color: 7369318.

HSL color Cylindrical-coordinate representation of color #667270: hue angle of 170º 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 #667270 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB102114112-
CMYK0.1100.020.55
HSL170º5.56%42.35%-
HSV(B)170º10.53%44.71%-
XYZ14.4216.0317.66-
YUV110.18129.02122.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=31.10%
G=34.76%
B=34.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021141120.1100.020.551705.5642.35
Hex667270B0237aa62a
Octal146162160130267252652
Binary110011011100101110000101101011011110101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667270; }

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

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

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

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

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

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

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

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