Html Css Color HEX #6F827F Rolling Stone

📋 copy color: '#6F827F'

red 111 ◦ green 130 ◦ blue 127

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

Shades of Rolling Stone #6F827F

Tints of Rolling Stone #6F827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

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

R = 30.16%
G = 35.33%
B = 34.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#6F827F (or 0x6F827F) is known color: Rolling Stone. HEX triplet: 6F, 82 and 7F. RGB value is (111,130,127). Sum of RGB (Red+Green+Blue) = 111+130+127=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 130 - color contains mainly: green. Hex color #6F827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F827F is #907D80. Grayscale: #7B7B7B. Windows color (decimal): -9469313 or 8356463. OLE color: 8356463.

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

Color convert

RGB 111 130 127 -
CMYK 0.15 0 0.02 0.49
HSL 170.53º 0.08% 0.47% -
HSV(B) 170.53º 0.15% 0.51% -
XYZ 18.37 20.88 23.14 -
YUV 123.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 111 130 127 0.15 0 0.02 0.49 170.53 0.08 0.47
Hex 6F 82 7F F 0 2 31 AB 8 2F
Octal 157 202 177 17 0 2 61 253 10 57
Binary 1101111 10000010 1111111 1111 0 10 110001 10101011 1000 101111

Color Harmonies of #6F827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F827F

Black with #6F827F

Text Example


Text Example

White with #6F827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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