#6F8650

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

Shades of Dingley #6F8650

Tints of Dingley #6F8650

Color information

#6F8650 (or 0x6F8650) is unknown color: approx Dingley. HEX triplet: 6F, 86 and 50. RGB value is (111,134,80). Sum of RGB (Red+Green+Blue) = 111+134+80=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #6F8650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8650 is #9079AF. Grayscale: #797979. Windows color (decimal): -9468336 or 5277295. OLE color: 5277295.

HSL color Cylindrical-coordinate representation of color #6F8650: hue angle of 85.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F8650 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB11113480-
CMYK0.1700.400.47
HSL85.56º25.23%41.96%-
HSV(B)85.56º40.3%52.55%-
XYZ16.5321.0110.77-
YUV120.97104.88120.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=34.15%
G=41.23%
B=24.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111134800.1700.400.4785.5625.2341.96
Hex6F8650110282F56192a
Octal15720612021050571263152
Binary1101111100001101010000100010101000101111101011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,134,80); }

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

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

 a { background-color: rgb(111,134,80); }

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

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

 span { border-color: rgb(111,134,80); }

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