Html Css Color HEX #68837E Rolling Stone

📋 copy color: '#68837E'

red 104 ◦ green 131 ◦ blue 126

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

Shades of Rolling Stone #68837E

Tints of Rolling Stone #68837E

RGB

 RED value IS 104 (41.02% from 255) = 28.81%

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 28.81%
G = 36.29%
B = 34.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#68837E (or 0x68837E) is known color: Rolling Stone. HEX triplet: 68, 83 and 7E. RGB value is (104,131,126). Sum of RGB (Red+Green+Blue) = 104+131+126=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #68837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68837E is #977C81. Grayscale: #7A7A7A. Windows color (decimal): -9927810 or 8291176. OLE color: 8291176.

HSL color Cylindrical-coordinate representation of color #68837E: hue angle of 168.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68837E is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 126 -
CMYK 0.21 0 0.04 0.49
HSL 168.89º 0.11% 0.46% -
HSV(B) 168.89º 0.21% 0.51% -
XYZ 17.59 20.68 22.8 -
YUV 122.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 104 131 126 0.21 0 0.04 0.49 168.89 0.11 0.46
Hex 68 83 7E 15 0 4 31 A9 B 2E
Octal 150 203 176 25 0 4 61 251 13 56
Binary 1101000 10000011 1111110 10101 0 100 110001 10101001 1011 101110

Color Harmonies of #68837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68837E

Black with #68837E

Text Example


Text Example

White with #68837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68837E; }

 p { color: rgb(104,131,126); }

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

background-color css

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

 a { background-color: rgb(104,131,126); }

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

border-color css

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

 span { border-color: rgb(104,131,126); }

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