#6F8941

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

Shades of Dingley #6F8941

Tints of Dingley #6F8941

Color information

#6F8941 (or 0x6F8941) is unknown color: approx Dingley. HEX triplet: 6F, 89 and 41. RGB value is (111,137,65). Sum of RGB (Red+Green+Blue) = 111+137+65=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8941 is #9076BE. Grayscale: #797979. Windows color (decimal): -9467583 or 4295023. OLE color: 4295023.

HSL color Cylindrical-coordinate representation of color #6F8941: hue angle of 81.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F8941 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB11113765-
CMYK0.1900.530.46
HSL81.67º35.64%39.61%-
HSV(B)81.67º52.55%53.73%-
XYZ16.4621.658.31-
YUV121.0296.39120.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=35.46%
G=43.77%
B=20.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111137650.1900.530.4681.6735.6439.61
Hex6F8941130352E522428
Octal15721110123065561224450
Binary11011111000100110000011001101101011011101010010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,137,65); }

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

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

 a { background-color: rgb(111,137,65); }

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

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

 span { border-color: rgb(111,137,65); }

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