#68857F

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

Shades of Rolling Stone #68857F

Tints of Rolling Stone #68857F

Color information

#68857F (or 0x68857F) is unknown color: approx Rolling Stone. HEX triplet: 68, 85 and 7F. RGB value is (104,133,127). Sum of RGB (Red+Green+Blue) = 104+133+127=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #68857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68857F is #977A80. Grayscale: #7B7B7B. Windows color (decimal): -9927297 or 8357224. OLE color: 8357224.

HSL color Cylindrical-coordinate representation of color #68857F: hue angle of 167.59º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68857F is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB104133127-
CMYK0.2200.050.48
HSL167.59º12.24%46.47%-
HSV(B)167.59º21.8%52.16%-
XYZ17.9321.2523.24-
YUV123.64129.89113.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 127 (50% from 255) = 34.89%
R=28.57%
G=36.54%
B=34.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041331270.2200.050.48167.5912.2446.47
Hex68857F160530a8c2e
Octal1502051772605602501456
Binary1101000100001011111111101100101110000101010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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