#6F8947

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

Shades of Dingley #6F8947

Tints of Dingley #6F8947

Color information

#6F8947 (or 0x6F8947) is unknown color: approx Dingley. HEX triplet: 6F, 89 and 47. RGB value is (111,137,71). Sum of RGB (Red+Green+Blue) = 111+137+71=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8947 is #9076B8. Grayscale: #797979. Windows color (decimal): -9467577 or 4688239. OLE color: 4688239.

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

Color convert

RGB11113771-
CMYK0.1900.480.46
HSL83.64º31.73%40.78%-
HSV(B)83.64º48.18%53.73%-
XYZ16.6421.739.28-
YUV121.799.39120.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.80%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=34.80%
G=42.95%
B=22.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111137710.1900.480.4683.6431.7340.78
Hex6F8947130302E542029
Octal15721110723060561244051
Binary11011111000100110001111001101100001011101010100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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