#68824D

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

Shades of Dingley #68824D

Tints of Dingley #68824D

Color information

#68824D (or 0x68824D) is unknown color: approx Dingley. HEX triplet: 68, 82 and 4D. RGB value is (104,130,77). Sum of RGB (Red+Green+Blue) = 104+130+77=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #68824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68824D is #977DB2. Grayscale: #747474. Windows color (decimal): -9928115 or 5079656. OLE color: 5079656.

HSL color Cylindrical-coordinate representation of color #68824D: hue angle of 89.43º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68824D is Cyan = 0.2, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB10413077-
CMYK0.200.410.49
HSL89.43º25.6%40.59%-
HSV(B)89.43º40.77%50.98%-
XYZ15.0319.449.98-
YUV116.18105.89119.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=33.44%
G=41.80%
B=24.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130770.200.410.4989.4325.640.59
Hex68824D1402931591a29
Octal15020211524051611313251
Binary1101000100000101001101101000101001110001101100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68824D; }

 p { color: rgb(104,130,77); }

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

<style>
 a { background-color: #68824D; }

 a { background-color: rgb(104,130,77); }

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

<style>
 span { border-color: #68824D; }

 span { border-color: rgb(104,130,77); }

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