#6B9240

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

Shades of Dingley #6B9240

Tints of Dingley #6B9240

Color information

#6B9240 (or 0x6B9240) is unknown color: approx Dingley. HEX triplet: 6B, 92 and 40. RGB value is (107,146,64). Sum of RGB (Red+Green+Blue) = 107+146+64=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9240 is #946DBF. Grayscale: #7D7D7D. Windows color (decimal): -9727424 or 4231787. OLE color: 4231787.

HSL color Cylindrical-coordinate representation of color #6B9240: hue angle of 88.54º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B9240 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB10714664-
CMYK0.2700.560.43
HSL88.54º39.05%41.18%-
HSV(B)88.54º56.16%57.25%-
XYZ17.2724.058.58-
YUV124.9993.58115.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=33.75%
G=46.06%
B=20.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107146640.2700.560.4388.5439.0541.18
Hex6B92401B0382B592729
Octal15322210033070531314751
Binary11010111001001010000001101101110001010111011001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,146,64); }

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

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

 a { background-color: rgb(107,146,64); }

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

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

 span { border-color: rgb(107,146,64); }

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