#6B8E46

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

Shades of Dingley #6B8E46

Tints of Dingley #6B8E46

Color information

#6B8E46 (or 0x6B8E46) is unknown color: approx Dingley. HEX triplet: 6B, 8E and 46. RGB value is (107,142,70). Sum of RGB (Red+Green+Blue) = 107+142+70=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #6B8E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8E46 is #9471B9. Grayscale: #7B7B7B. Windows color (decimal): -9728442 or 4623979. OLE color: 4623979.

HSL color Cylindrical-coordinate representation of color #6B8E46: hue angle of 89.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B8E46 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB10714270-
CMYK0.2500.510.44
HSL89.17º33.96%41.57%-
HSV(B)89.17º50.7%55.69%-
XYZ16.8422.919.33-
YUV123.3397.9116.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 142 (55.86% from 255) = 44.51%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=33.54%
G=44.51%
B=21.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107142700.2500.510.4489.1733.9641.57
Hex6B8E46190332C59222a
Octal15321610631063541314252
Binary11010111000111010001101100101100111011001011001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,142,70); }

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

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

 a { background-color: rgb(107,142,70); }

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

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

 span { border-color: rgb(107,142,70); }

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