#697C76

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

Shades of Rolling Stone #697C76

Tints of Rolling Stone #697C76

Color information

#697C76 (or 0x697C76) is unknown color: approx Rolling Stone. HEX triplet: 69, 7C and 76. RGB value is (105,124,118). Sum of RGB (Red+Green+Blue) = 105+124+118=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 124 - color contains mainly: green. Hex color #697C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C76 is #968389. Grayscale: #757575. Windows color (decimal): -9864074 or 7765097. OLE color: 7765097.

HSL color Cylindrical-coordinate representation of color #697C76: hue angle of 161.05º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697C76 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB105124118-
CMYK0.1500.050.51
HSL161.05º8.3%44.9%-
HSV(B)161.05º15.32%48.63%-
XYZ16.318.7319.89-
YUV117.64128.21118.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=30.26%
G=35.73%
B=34.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051241180.1500.050.51161.058.344.9
Hex697C76F0533a182d
Octal1511741661705632411055
Binary11010011111100111011011110101110011101000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697C76; }

 p { color: rgb(105,124,118); }

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

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

 a { background-color: rgb(105,124,118); }

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

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

 span { border-color: rgb(105,124,118); }

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