#6F8D72

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

Shades of Laurel #6F8D72

Tints of Laurel #6F8D72

Color information

#6F8D72 (or 0x6F8D72) is unknown color: approx Laurel. HEX triplet: 6F, 8D and 72. RGB value is (111,141,114). Sum of RGB (Red+Green+Blue) = 111+141+114=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8D72 is #90728D. Grayscale: #818181. Windows color (decimal): -9466510 or 7507311. OLE color: 7507311.

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

Color convert

RGB111141114-
CMYK0.2100.190.45
HSL126º11.9%49.41%-
HSV(B)126º21.28%55.29%-
XYZ19.1223.6419.48-
YUV128.95119.56115.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=30.33%
G=38.52%
B=31.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111411140.2100.190.4512611.949.41
Hex6F8D72150132D7ec31
Octal15721516225023551761461
Binary11011111000110111100101010101001110110111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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