Html Css Color HEX #677370 Rolling Stone

📋 copy color: '#677370'

red 103 ◦ green 115 ◦ blue 112

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

Shades of Rolling Stone #677370

Tints of Rolling Stone #677370

RGB

 RED value IS 103 (40.63% from 255) = 31.21%

 GREEN value IS 115 (45.31% from 255) = 34.85%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 31.21%
G = 34.85%
B = 33.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#677370 (or 0x677370) is known color: Rolling Stone. HEX triplet: 67, 73 and 70. RGB value is (103,115,112). Sum of RGB (Red+Green+Blue) = 103+115+112=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 115 - color contains mainly: green. Hex color #677370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677370 is #988C8F. Grayscale: #6F6F6F. Windows color (decimal): -9997456 or 7369575. OLE color: 7369575.

HSL color Cylindrical-coordinate representation of color #677370: hue angle of 165º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677370 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 115 112 -
CMYK 0.10 0 0.03 0.55
HSL 165º 0.06% 0.43% -
HSV(B) 165º 0.1% 0.45% -
XYZ 14.65 16.31 17.71 -
YUV 111.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 103 115 112 0.10 0 0.03 0.55 165 0.06 0.43
Hex 67 73 70 A 0 3 37 A5 6 2B
Octal 147 163 160 12 0 3 67 245 6 53
Binary 1100111 1110011 1110000 1010 0 11 110111 10100101 110 101011

Color Harmonies of #677370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677370

Black with #677370

Text Example


Text Example

White with #677370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677370; }

 p { color: rgb(103,115,112); }

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

background-color css

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

 a { background-color: rgb(103,115,112); }

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

border-color css

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

 span { border-color: rgb(103,115,112); }

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