#6F896D

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

Shades of Laurel #6F896D

Tints of Laurel #6F896D

Color information

#6F896D (or 0x6F896D) is unknown color: approx Laurel. HEX triplet: 6F, 89 and 6D. RGB value is (111,137,109). Sum of RGB (Red+Green+Blue) = 111+137+109=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #6F896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F896D is #907692. Grayscale: #7E7E7E. Windows color (decimal): -9467539 or 7178607. OLE color: 7178607.

HSL color Cylindrical-coordinate representation of color #6F896D: hue angle of 115.71º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F896D is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB111137109-
CMYK0.1900.200.46
HSL115.71º11.38%48.24%-
HSV(B)115.71º20.44%53.73%-
XYZ18.2622.3717.82-
YUV126.03118.39117.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=31.09%
G=38.38%
B=30.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1111371090.1900.200.46115.7111.3848.24
Hex6F896D130142E74b30
Octal15721115523024561641360
Binary11011111000100111011011001101010010111011101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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