#68837F

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

Shades of Rolling Stone #68837F

Tints of Rolling Stone #68837F

Color information

#68837F (or 0x68837F) is unknown color: approx Rolling Stone. HEX triplet: 68, 83 and 7F. RGB value is (104,131,127). Sum of RGB (Red+Green+Blue) = 104+131+127=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 131 - color contains mainly: green. Hex color #68837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68837F is #977C80. Grayscale: #7A7A7A. Windows color (decimal): -9927809 or 8356712. OLE color: 8356712.

HSL color Cylindrical-coordinate representation of color #68837F: hue angle of 171.11º 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 #68837F is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB104131127-
CMYK0.2100.030.49
HSL171.11º11.49%46.08%-
HSV(B)171.11º20.61%51.37%-
XYZ17.6620.7123.15-
YUV122.47130.55114.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 127 (50% from 255) = 35.08%
R=28.73%
G=36.19%
B=35.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041311270.2100.030.49171.1111.4946.08
Hex68837F150331abb2e
Octal1502031772503612531356
Binary110100010000011111111110101011110001101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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