#6F863D

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

Shades of Dingley #6F863D

Tints of Dingley #6F863D

Color information

#6F863D (or 0x6F863D) is unknown color: approx Dingley. HEX triplet: 6F, 86 and 3D. RGB value is (111,134,61). Sum of RGB (Red+Green+Blue) = 111+134+61=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #6F863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F863D is #9079C2. Grayscale: #777777. Windows color (decimal): -9468355 or 4032111. OLE color: 4032111.

HSL color Cylindrical-coordinate representation of color #6F863D: hue angle of 78.9º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F863D is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB11113461-
CMYK0.1700.540.47
HSL78.9º37.44%38.24%-
HSV(B)78.9º54.48%52.55%-
XYZ15.9220.777.58-
YUV118.895.38122.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.27%
GREEN value IS 134 (52.73% from 255) = 43.79%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=36.27%
G=43.79%
B=19.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111134610.1700.540.4778.937.4438.24
Hex6F863D110362F4f2526
Octal1572067521066571174546
Binary1101111100001101111011000101101101011111001111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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