#6B8944

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

Shades of Dingley #6B8944

Tints of Dingley #6B8944

Color information

#6B8944 (or 0x6B8944) is unknown color: approx Dingley. HEX triplet: 6B, 89 and 44. RGB value is (107,137,68). Sum of RGB (Red+Green+Blue) = 107+137+68=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8944 is #9476BB. Grayscale: #787878. Windows color (decimal): -9729724 or 4491627. OLE color: 4491627.

HSL color Cylindrical-coordinate representation of color #6B8944: hue angle of 86.09º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B8944 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB10713768-
CMYK0.2200.500.46
HSL86.09º33.66%40.2%-
HSV(B)86.09º50.36%53.73%-
XYZ16.0521.438.76-
YUV120.1698.56118.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 68 (26.95% from 255) = 21.79%
R=34.29%
G=43.91%
B=21.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107137680.2200.500.4686.0933.6640.2
Hex6B8944160322E562228
Octal15321110426062561264250
Binary11010111000100110001001011001100101011101010110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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