#6B8146

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

Shades of Dingley #6B8146

Tints of Dingley #6B8146

Color information

#6B8146 (or 0x6B8146) is unknown color: approx Dingley. HEX triplet: 6B, 81 and 46. RGB value is (107,129,70). Sum of RGB (Red+Green+Blue) = 107+129+70=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8146 is #947EB9. Grayscale: #737373. Windows color (decimal): -9731770 or 4620651. OLE color: 4620651.

HSL color Cylindrical-coordinate representation of color #6B8146: hue angle of 82.37º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B8146 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB10712970-
CMYK0.1700.460.49
HSL82.37º29.65%39.02%-
HSV(B)82.37º45.74%50.59%-
XYZ15.0219.278.72-
YUV115.7102.21121.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.97%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 70 (27.73% from 255) = 22.88%
R=34.97%
G=42.16%
B=22.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107129700.1700.460.4982.3729.6539.02
Hex6B81461102E31521e27
Octal15320110621056611223647
Binary1101011100000011000110100010101110110001101001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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