#6F894E

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

Shades of Dingley #6F894E

Tints of Dingley #6F894E

Color information

#6F894E (or 0x6F894E) is unknown color: approx Dingley. HEX triplet: 6F, 89 and 4E. RGB value is (111,137,78). Sum of RGB (Red+Green+Blue) = 111+137+78=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #6F894E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F894E is #9076B1. Grayscale: #7A7A7A. Windows color (decimal): -9467570 or 5146991. OLE color: 5146991.

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

Color convert

RGB11113778-
CMYK0.1900.430.46
HSL86.44º27.44%42.16%-
HSV(B)86.44º43.07%53.73%-
XYZ16.8821.8210.53-
YUV122.5102.89119.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=34.05%
G=42.02%
B=23.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111137780.1900.430.4686.4427.4442.16
Hex6F894E1302B2E561b2a
Octal15721111623053561263352
Binary1101111100010011001110100110101011101110101011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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