Html Css Color HEX #6F817F Rolling Stone

📋 copy color: '#6F817F'

red 111 ◦ green 129 ◦ blue 127

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

Shades of Rolling Stone #6F817F

Tints of Rolling Stone #6F817F

RGB

 RED value IS 111 (43.75% from 255) = 30.25%

 GREEN value IS 129 (50.78% from 255) = 35.15%

 BLUE value IS 127 (50% from 255) = 34.6%

R = 30.25%
G = 35.15%
B = 34.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#6F817F (or 0x6F817F) is known color: Rolling Stone. HEX triplet: 6F, 81 and 7F. RGB value is (111,129,127). Sum of RGB (Red+Green+Blue) = 111+129+127=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 129 - color contains mainly: green. Hex color #6F817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F817F is #907E80. Grayscale: #7B7B7B. Windows color (decimal): -9469569 or 8356207. OLE color: 8356207.

HSL color Cylindrical-coordinate representation of color #6F817F: hue angle of 173.33º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F817F is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 129 127 -
CMYK 0.14 0 0.02 0.49
HSL 173.33º 0.08% 0.47% -
HSV(B) 173.33º 0.14% 0.51% -
XYZ 18.24 20.61 23.1 -
YUV 123.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 111 129 127 0.14 0 0.02 0.49 173.33 0.08 0.47
Hex 6F 81 7F E 0 2 31 AD 8 2F
Octal 157 201 177 16 0 2 61 255 10 57
Binary 1101111 10000001 1111111 1110 0 10 110001 10101101 1000 101111

Color Harmonies of #6F817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F817F

Black with #6F817F

Text Example


Text Example

White with #6F817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,129,127); }

 H1.HeaderClassName
 {
   color: #6F817F;
 }
 .AnyTagClassName
 {
   color: #6F817F;
 }
</style>

background-color css

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

 a { background-color: rgb(111,129,127); }

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

border-color css

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

 span { border-color: rgb(111,129,127); }

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