#6F824C

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

Shades of Dingley #6F824C

Tints of Dingley #6F824C

Color information

#6F824C (or 0x6F824C) is unknown color: approx Dingley. HEX triplet: 6F, 82 and 4C. RGB value is (111,130,76). Sum of RGB (Red+Green+Blue) = 111+130+76=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #6F824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F824C is #907DB3. Grayscale: #767676. Windows color (decimal): -9469364 or 5014127. OLE color: 5014127.

HSL color Cylindrical-coordinate representation of color #6F824C: hue angle of 81.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F824C is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB11113076-
CMYK0.1500.420.49
HSL81.11º26.21%40.39%-
HSV(B)81.11º41.54%50.98%-
XYZ15.8419.879.84-
YUV118.16104.21122.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.02%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=35.02%
G=41.01%
B=23.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111130760.1500.420.4981.1126.2140.39
Hex6F824CF02A31511a28
Octal15720211417052611213250
Binary110111110000010100110011110101010110001101000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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