#6F894D

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

Shades of Dingley #6F894D

Tints of Dingley #6F894D

Color information

#6F894D (or 0x6F894D) is unknown color: approx Dingley. HEX triplet: 6F, 89 and 4D. RGB value is (111,137,77). Sum of RGB (Red+Green+Blue) = 111+137+77=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #6F894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F894D is #9076B2. Grayscale: #7A7A7A. Windows color (decimal): -9467571 or 5081455. OLE color: 5081455.

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

Color convert

RGB11113777-
CMYK0.1900.440.46
HSL86º28.04%41.96%-
HSV(B)86º43.8%53.73%-
XYZ16.8421.8110.34-
YUV122.39102.39119.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=34.15%
G=42.15%
B=23.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111137770.1900.440.468628.0441.96
Hex6F894D1302C2E561c2a
Octal15721111523054561263452
Binary1101111100010011001101100110101100101110101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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