#6F8C49

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

Shades of Dingley #6F8C49

Tints of Dingley #6F8C49

Color information

#6F8C49 (or 0x6F8C49) is unknown color: approx Dingley. HEX triplet: 6F, 8C and 49. RGB value is (111,140,73). Sum of RGB (Red+Green+Blue) = 111+140+73=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #6F8C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8C49 is #9073B6. Grayscale: #7B7B7B. Windows color (decimal): -9466807 or 4820079. OLE color: 4820079.

HSL color Cylindrical-coordinate representation of color #6F8C49: hue angle of 85.97º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F8C49 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB11114073-
CMYK0.2100.480.45
HSL85.97º31.46%41.76%-
HSV(B)85.97º47.86%54.9%-
XYZ17.1422.629.77-
YUV123.6999.39118.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.26%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=34.26%
G=43.21%
B=22.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111140730.2100.480.4585.9731.4641.76
Hex6F8C49150302D561f2a
Octal15721411125060551263752
Binary1101111100011001001001101010110000101101101011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,140,73); }

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

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

 a { background-color: rgb(111,140,73); }

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

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

 span { border-color: rgb(111,140,73); }

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