#6F8D71

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

Shades of Laurel #6F8D71

Tints of Laurel #6F8D71

Color information

#6F8D71 (or 0x6F8D71) is unknown color: approx Laurel. HEX triplet: 6F, 8D and 71. RGB value is (111,141,113). Sum of RGB (Red+Green+Blue) = 111+141+113=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8D71 is #90728E. Grayscale: #808080. Windows color (decimal): -9466511 or 7441775. OLE color: 7441775.

HSL color Cylindrical-coordinate representation of color #6F8D71: hue angle of 124º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F8D71 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB111141113-
CMYK0.2100.200.45
HSL124º11.9%49.41%-
HSV(B)124º21.28%55.29%-
XYZ19.0623.6219.18-
YUV128.84119.06115.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 141 (55.47% from 255) = 38.63%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=30.41%
G=38.63%
B=30.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111411130.2100.200.4512411.949.41
Hex6F8D71150142D7cc31
Octal15721516125024551741461
Binary11011111000110111100011010101010010110111111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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