#6F8671

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

Shades of Laurel #6F8671

Tints of Laurel #6F8671

Color information

#6F8671 (or 0x6F8671) is unknown color: approx Laurel. HEX triplet: 6F, 86 and 71. RGB value is (111,134,113). Sum of RGB (Red+Green+Blue) = 111+134+113=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #6F8671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8671 is #90798E. Grayscale: #7C7C7C. Windows color (decimal): -9468303 or 7439983. OLE color: 7439983.

HSL color Cylindrical-coordinate representation of color #6F8671: hue angle of 125.22º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F8671 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB111134113-
CMYK0.1700.160.47
HSL125.22º9.39%48.04%-
HSV(B)125.22º17.16%52.55%-
XYZ18.0621.6218.84-
YUV124.73121.38118.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.01%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=31.01%
G=37.43%
B=31.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1111341130.1700.160.47125.229.3948.04
Hex6F8671110102F7d930
Octal15720616121020571751160
Binary11011111000011011100011000101000010111111111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,134,113); }

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

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

 a { background-color: rgb(111,134,113); }

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

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

 span { border-color: rgb(111,134,113); }

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