#6B946F

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

Shades of Laurel #6B946F

Tints of Laurel #6B946F

Color information

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

HSL color Cylindrical-coordinate representation of color #6B946F: hue angle of 125.85º 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 #6B946F is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB107148111-
CMYK0.2800.250.42
HSL125.85º16.08%50%-
HSV(B)125.85º27.7%58.04%-
XYZ19.5225.4518.92-
YUV131.52116.42110.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071481110.2800.250.42125.8516.0850
Hex6B946F1C0192A7e1032
Octal15322415734031521762062
Binary110101110010100110111111100011001101010111111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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