#6F884C

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

Shades of Dingley #6F884C

Tints of Dingley #6F884C

Color information

#6F884C (or 0x6F884C) is unknown color: approx Dingley. HEX triplet: 6F, 88 and 4C. RGB value is (111,136,76). Sum of RGB (Red+Green+Blue) = 111+136+76=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #6F884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F884C is #9077B3. Grayscale: #797979. Windows color (decimal): -9467828 or 5015663. OLE color: 5015663.

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

Color convert

RGB11113676-
CMYK0.1800.440.47
HSL85º28.3%41.57%-
HSV(B)85º44.12%53.33%-
XYZ16.6621.5110.11-
YUV121.68102.22120.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.37%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=34.37%
G=42.11%
B=23.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111136760.1800.440.478528.341.57
Hex6F884C1202C2F551c2a
Octal15721011422054571253452
Binary1101111100010001001100100100101100101111101010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,136,76); }

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

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

 a { background-color: rgb(111,136,76); }

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

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

 span { border-color: rgb(111,136,76); }

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