#6D857F

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

Shades of Rolling Stone #6D857F

Tints of Rolling Stone #6D857F

Color information

#6D857F (or 0x6D857F) is unknown color: approx Rolling Stone. HEX triplet: 6D, 85 and 7F. RGB value is (109,133,127). Sum of RGB (Red+Green+Blue) = 109+133+127=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #6D857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D857F is #927A80. Grayscale: #7D7D7D. Windows color (decimal): -9599617 or 8357229. OLE color: 8357229.

HSL color Cylindrical-coordinate representation of color #6D857F: hue angle of 165º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D857F is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB109133127-
CMYK0.1800.050.48
HSL165º9.92%47.45%-
HSV(B)165º18.05%52.16%-
XYZ18.5221.5623.26-
YUV125.14129.05116.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.54%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 127 (50% from 255) = 34.42%
R=29.54%
G=36.04%
B=34.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091331270.1800.050.481659.9247.45
Hex6D857F120530a5a2f
Octal1552051772205602451257
Binary1101101100001011111111100100101110000101001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D857F; }

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

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

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

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

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

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

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

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