#6F8E6D

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

Shades of Laurel #6F8E6D

Tints of Laurel #6F8E6D

Color information

#6F8E6D (or 0x6F8E6D) is unknown color: approx Laurel. HEX triplet: 6F, 8E and 6D. RGB value is (111,142,109). Sum of RGB (Red+Green+Blue) = 111+142+109=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E6D is #907192. Grayscale: #818181. Windows color (decimal): -9466259 or 7179887. OLE color: 7179887.

HSL color Cylindrical-coordinate representation of color #6F8E6D: hue angle of 116.36º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F8E6D is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB111142109-
CMYK0.2200.230.44
HSL116.36º13.15%49.22%-
HSV(B)116.36º23.24%55.69%-
XYZ18.9923.8318.07-
YUV128.97116.73115.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.66%
GREEN value IS 142 (55.86% from 255) = 39.23%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=30.66%
G=39.23%
B=30.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111421090.2200.230.44116.3613.1549.22
Hex6F8E6D160172C74d31
Octal15721615526027541641561
Binary11011111000111011011011011001011110110011101001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,109); }

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

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

 a { background-color: rgb(111,142,109); }

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

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

 span { border-color: rgb(111,142,109); }

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