#6F8348

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

Shades of Dingley #6F8348

Tints of Dingley #6F8348

Color information

#6F8348 (or 0x6F8348) is unknown color: approx Dingley. HEX triplet: 6F, 83 and 48. RGB value is (111,131,72). Sum of RGB (Red+Green+Blue) = 111+131+72=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8348 is #907CB7. Grayscale: #767676. Windows color (decimal): -9469112 or 4752239. OLE color: 4752239.

HSL color Cylindrical-coordinate representation of color #6F8348: hue angle of 80.34º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F8348 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB11113172-
CMYK0.1500.450.49
HSL80.34º29.06%39.8%-
HSV(B)80.34º45.04%51.37%-
XYZ15.8420.089.17-
YUV118.29101.87122.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 131 (51.56% from 255) = 41.72%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=35.35%
G=41.72%
B=22.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111131720.1500.450.4980.3429.0639.8
Hex6F8348F02D31501d28
Octal15720311017055611203550
Binary110111110000011100100011110101101110001101000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,131,72); }

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

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

 a { background-color: rgb(111,131,72); }

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

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

 span { border-color: rgb(111,131,72); }

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