#68803C

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

Shades of Dingley #68803C

Tints of Dingley #68803C

Color information

#68803C (or 0x68803C) is unknown color: approx Dingley. HEX triplet: 68, 80 and 3C. RGB value is (104,128,60). Sum of RGB (Red+Green+Blue) = 104+128+60=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #68803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68803C is #977FC3. Grayscale: #717171. Windows color (decimal): -9928644 or 3965032. OLE color: 3965032.

HSL color Cylindrical-coordinate representation of color #68803C: hue angle of 81.18º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68803C is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB10412860-
CMYK0.1900.530.50
HSL81.18º36.17%36.86%-
HSV(B)81.18º53.12%50.2%-
XYZ14.2418.717.14-
YUV113.0798.05121.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=35.62%
G=43.84%
B=20.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104128600.1900.530.5081.1836.1736.86
Hex68803C1303532512425
Octal1502007423065621214445
Binary1101000100000001111001001101101011100101010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68803C; }

 p { color: rgb(104,128,60); }

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

<style>
 a { background-color: #68803C; }

 a { background-color: rgb(104,128,60); }

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

<style>
 span { border-color: #68803C; }

 span { border-color: rgb(104,128,60); }

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