Html Css Color HEX #697976 Rolling Stone

📋 copy color: '#697976'

red 105 ◦ green 121 ◦ blue 118

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

Shades of Rolling Stone #697976

Tints of Rolling Stone #697976

RGB

 RED value IS 105 (41.41% from 255) = 30.52%

 GREEN value IS 121 (47.66% from 255) = 35.17%

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 30.52%
G = 35.17%
B = 34.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#697976 (or 0x697976) is known color: Rolling Stone. HEX triplet: 69, 79 and 76. RGB value is (105,121,118). Sum of RGB (Red+Green+Blue) = 105+121+118=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #697976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697976 is #968689. Grayscale: #737373. Windows color (decimal): -9864842 or 7764329. OLE color: 7764329.

HSL color Cylindrical-coordinate representation of color #697976: hue angle of 168.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #697976 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 121 118 -
CMYK 0.13 0 0.02 0.53
HSL 168.75º 0.07% 0.44% -
HSV(B) 168.75º 0.13% 0.47% -
XYZ 15.93 17.99 19.77 -
YUV 115.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 105 121 118 0.13 0 0.02 0.53 168.75 0.07 0.44
Hex 69 79 76 D 0 2 35 A9 7 2C
Octal 151 171 166 15 0 2 65 251 7 54
Binary 1101001 1111001 1110110 1101 0 10 110101 10101001 111 101100

Color Harmonies of #697976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697976

Black with #697976

Text Example


Text Example

White with #697976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697976; }

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

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

background-color css

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

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

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

border-color css

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

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

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