#68784B

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

Shades of Dingley #68784B

Tints of Dingley #68784B

Color information

#68784B (or 0x68784B) is unknown color: approx Dingley. HEX triplet: 68, 78 and 4B. RGB value is (104,120,75). Sum of RGB (Red+Green+Blue) = 104+120+75=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #68784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68784B is #9787B4. Grayscale: #6E6E6E. Windows color (decimal): -9930677 or 4946024. OLE color: 4946024.

HSL color Cylindrical-coordinate representation of color #68784B: hue angle of 81.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68784B is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB10412075-
CMYK0.1300.370.53
HSL81.33º23.08%38.24%-
HSV(B)81.33º37.5%47.06%-
XYZ13.716.889.19-
YUV110.09108.2123.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=34.78%
G=40.13%
B=25.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104120750.1300.370.5381.3323.0838.24
Hex68784BD02535511726
Octal15017011315045651212746
Binary11010001111000100101111010100101110101101000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68784B; }

 p { color: rgb(104,120,75); }

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

<style>
 a { background-color: #68784B; }

 a { background-color: rgb(104,120,75); }

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

<style>
 span { border-color: #68784B; }

 span { border-color: rgb(104,120,75); }

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