#6F8371

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

Shades of Laurel #6F8371

Tints of Laurel #6F8371

Color information

#6F8371 (or 0x6F8371) is unknown color: approx Laurel. HEX triplet: 6F, 83 and 71. RGB value is (111,131,113). Sum of RGB (Red+Green+Blue) = 111+131+113=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8371 is #907C8E. Grayscale: #7B7B7B. Windows color (decimal): -9469071 or 7439215. OLE color: 7439215.

HSL color Cylindrical-coordinate representation of color #6F8371: hue angle of 126º 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 #6F8371 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB111131113-
CMYK0.1500.140.49
HSL126º8.26%47.45%-
HSV(B)126º15.27%51.37%-
XYZ17.6520.818.71-
YUV122.97122.37119.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.27%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=31.27%
G=36.90%
B=31.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1111311130.1500.140.491268.2647.45
Hex6F8371F0E317e82f
Octal15720316117016611761057
Binary110111110000011111000111110111011000111111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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