#6F894B

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

Shades of Dingley #6F894B

Tints of Dingley #6F894B

Color information

#6F894B (or 0x6F894B) is unknown color: approx Dingley. HEX triplet: 6F, 89 and 4B. RGB value is (111,137,75). Sum of RGB (Red+Green+Blue) = 111+137+75=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #6F894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F894B is #9076B4. Grayscale: #7A7A7A. Windows color (decimal): -9467573 or 4950383. OLE color: 4950383.

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

Color convert

RGB11113775-
CMYK0.1900.450.46
HSL85.16º29.25%41.57%-
HSV(B)85.16º45.26%53.73%-
XYZ16.7721.789.98-
YUV122.16101.39120.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.37%
GREEN value IS 137 (53.91% from 255) = 42.41%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=34.37%
G=42.41%
B=23.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111137750.1900.450.4685.1629.2541.57
Hex6F894B1302D2E551d2a
Octal15721111323055561253552
Binary1101111100010011001011100110101101101110101010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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