#697A76

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

Shades of Rolling Stone #697A76

Tints of Rolling Stone #697A76

Color information

#697A76 (or 0x697A76) is unknown color: approx Rolling Stone. HEX triplet: 69, 7A and 76. RGB value is (105,122,118). Sum of RGB (Red+Green+Blue) = 105+122+118=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 122 - color contains mainly: green. Hex color #697A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A76 is #968589. Grayscale: #747474. Windows color (decimal): -9864586 or 7764585. OLE color: 7764585.

HSL color Cylindrical-coordinate representation of color #697A76: hue angle of 165.88º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #697A76 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB105122118-
CMYK0.1400.030.52
HSL165.88º7.49%44.51%-
HSV(B)165.88º13.93%47.84%-
XYZ16.0618.2319.81-
YUV116.46128.87119.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=30.43%
G=35.36%
B=34.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051221180.1400.030.52165.887.4944.51
Hex697A76E0334a672d
Octal151172166160364246755
Binary110100111110101110110111001111010010100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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