#6C9240

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

Shades of Dingley #6C9240

Tints of Dingley #6C9240

Color information

#6C9240 (or 0x6C9240) is unknown color: approx Dingley. HEX triplet: 6C, 92 and 40. RGB value is (108,146,64). Sum of RGB (Red+Green+Blue) = 108+146+64=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #6C9240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9240 is #936DBF. Grayscale: #7D7D7D. Windows color (decimal): -9661888 or 4231788. OLE color: 4231788.

HSL color Cylindrical-coordinate representation of color #6C9240: hue angle of 87.8º 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 #6C9240 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB10814664-
CMYK0.2600.560.43
HSL87.8º39.05%41.18%-
HSV(B)87.8º56.16%57.25%-
XYZ17.3924.128.59-
YUV125.2993.41115.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 146 (57.42% from 255) = 45.91%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=33.96%
G=45.91%
B=20.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108146640.2600.560.4387.839.0541.18
Hex6C92401A0382B582729
Octal15422210032070531304751
Binary11011001001001010000001101001110001010111011000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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