#6B946C

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

Shades of Laurel #6B946C

Tints of Laurel #6B946C

Color information

#6B946C (or 0x6B946C) is unknown color: approx Laurel. HEX triplet: 6B, 94 and 6C. RGB value is (107,148,108). Sum of RGB (Red+Green+Blue) = 107+148+108=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #6B946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B946C is #946B93. Grayscale: #838383. Windows color (decimal): -9726868 or 7115883. OLE color: 7115883.

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

Color convert

RGB107148108-
CMYK0.2800.270.42
HSL121.46º16.08%50%-
HSV(B)121.46º27.7%58.04%-
XYZ19.3625.3918.07-
YUV131.18114.92110.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.48%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=29.48%
G=40.77%
B=29.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071481080.2800.270.42121.4616.0850
Hex6B946C1C01B2A791032
Octal15322415434033521712062
Binary110101110010100110110011100011011101010111100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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