#6B9346

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

Shades of Dingley #6B9346

Tints of Dingley #6B9346

Color information

#6B9346 (or 0x6B9346) is unknown color: approx Dingley. HEX triplet: 6B, 93 and 46. RGB value is (107,147,70). Sum of RGB (Red+Green+Blue) = 107+147+70=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9346 is #946CB9. Grayscale: #7E7E7E. Windows color (decimal): -9727162 or 4625259. OLE color: 4625259.

HSL color Cylindrical-coordinate representation of color #6B9346: hue angle of 91.17º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B9346 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB10714770-
CMYK0.2700.520.42
HSL91.17º35.48%42.55%-
HSV(B)91.17º52.38%57.65%-
XYZ17.624.449.58-
YUV126.2696.25114.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.02%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=33.02%
G=45.37%
B=21.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107147700.2700.520.4291.1735.4842.55
Hex6B93461B0342A5b232b
Octal15322310633064521334353
Binary11010111001001110001101101101101001010101011011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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