#6B8949

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

Shades of Dingley #6B8949

Tints of Dingley #6B8949

Color information

#6B8949 (or 0x6B8949) is unknown color: approx Dingley. HEX triplet: 6B, 89 and 49. RGB value is (107,137,73). Sum of RGB (Red+Green+Blue) = 107+137+73=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8949 is #9476B6. Grayscale: #787878. Windows color (decimal): -9729719 or 4819307. OLE color: 4819307.

HSL color Cylindrical-coordinate representation of color #6B8949: hue angle of 88.12º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B8949 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB10713773-
CMYK0.2200.470.46
HSL88.12º30.48%41.18%-
HSV(B)88.12º46.72%53.73%-
XYZ16.2121.59.6-
YUV120.73101.06118.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=33.75%
G=43.22%
B=23.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107137730.2200.470.4688.1230.4841.18
Hex6B89491602F2E581e29
Octal15321111126057561303651
Binary1101011100010011001001101100101111101110101100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,137,73); }

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

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

 a { background-color: rgb(107,137,73); }

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

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

 span { border-color: rgb(107,137,73); }

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