#6F946B

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

Shades of Laurel #6F946B

Tints of Laurel #6F946B

Color information

#6F946B (or 0x6F946B) is unknown color: approx Laurel. HEX triplet: 6F, 94 and 6B. RGB value is (111,148,107). Sum of RGB (Red+Green+Blue) = 111+148+107=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #6F946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F946B is #906B94. Grayscale: #848484. Windows color (decimal): -9464725 or 7050351. OLE color: 7050351.

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

Color convert

RGB111148107-
CMYK0.2500.280.42
HSL114.15º16.08%50%-
HSV(B)114.15º27.7%58.04%-
XYZ19.825.6217.81-
YUV132.26113.74112.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=30.33%
G=40.44%
B=29.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111481070.2500.280.42114.1516.0850
Hex6F946B1901C2A721032
Octal15722415331034521622062
Binary110111110010100110101111001011100101010111001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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