Html Css Color HEX #6D857F Rolling Stone

📋 copy color: '#6D857F'

red 109 ◦ green 133 ◦ blue 127

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

Shades of Rolling Stone #6D857F

Tints of Rolling Stone #6D857F

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 value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#6D857F (or 0x6D857F) is known color: 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

RGB 109 133 127 -
CMYK 0.18 0 0.05 0.48
HSL 165º 0.1% 0.47% -
HSV(B) 165º 0.18% 0.52% -
XYZ 18.52 21.56 23.26 -
YUV 125.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 109 133 127 0.18 0 0.05 0.48 165 0.1 0.47
Hex 6D 85 7F 12 0 5 30 A5 A 2F
Octal 155 205 177 22 0 5 60 245 12 57
Binary 1101101 10000101 1111111 10010 0 101 110000 10100101 1010 101111

Color Harmonies of #6D857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D857F

Black with #6D857F

Text Example


Text Example

White with #6D857F

Text Example


Text Example

HTML Codes & Css Web 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>