#6F946E

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

Shades of Laurel #6F946E

Tints of Laurel #6F946E

Color information

#6F946E (or 0x6F946E) is unknown color: approx Laurel. HEX triplet: 6F, 94 and 6E. RGB value is (111,148,110). Sum of RGB (Red+Green+Blue) = 111+148+110=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #6F946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F946E is #906B91. Grayscale: #848484. Windows color (decimal): -9464722 or 7246959. OLE color: 7246959.

HSL color Cylindrical-coordinate representation of color #6F946E: hue angle of 118.42º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F946E is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB111148110-
CMYK0.2500.260.42
HSL118.42º15.08%50.59%-
HSV(B)118.42º25.68%58.04%-
XYZ19.9625.6918.66-
YUV132.6115.24112.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.08%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=30.08%
G=40.11%
B=29.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111481100.2500.260.42118.4215.0850.59
Hex6F946E1901A2A76f33
Octal15722415631032521661763
Binary11011111001010011011101100101101010101011101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,148,110); }

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

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

 a { background-color: rgb(111,148,110); }

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

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

 span { border-color: rgb(111,148,110); }

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