#6C824F

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

Shades of Dingley #6C824F

Tints of Dingley #6C824F

Color information

#6C824F (or 0x6C824F) is unknown color: approx Dingley. HEX triplet: 6C, 82 and 4F. RGB value is (108,130,79). Sum of RGB (Red+Green+Blue) = 108+130+79=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #6C824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C824F is #937DB0. Grayscale: #757575. Windows color (decimal): -9665969 or 5210732. OLE color: 5210732.

HSL color Cylindrical-coordinate representation of color #6C824F: hue angle of 85.88º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C824F is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB10813079-
CMYK0.1700.390.49
HSL85.88º24.4%40.98%-
HSV(B)85.88º39.23%50.98%-
XYZ15.5819.7210.38-
YUV117.61106.21121.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.07%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=34.07%
G=41.01%
B=24.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108130790.1700.390.4985.8824.440.98
Hex6C824F1102731561829
Octal15420211721047611263051
Binary1101100100000101001111100010100111110001101011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,130,79); }

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

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

 a { background-color: rgb(108,130,79); }

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

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

 span { border-color: rgb(108,130,79); }

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