#68804C

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

Shades of Dingley #68804C

Tints of Dingley #68804C

Color information

#68804C (or 0x68804C) is unknown color: approx Dingley. HEX triplet: 68, 80 and 4C. RGB value is (104,128,76). Sum of RGB (Red+Green+Blue) = 104+128+76=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #68804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68804C is #977FB3. Grayscale: #737373. Windows color (decimal): -9928628 or 5013608. OLE color: 5013608.

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

Color convert

RGB10412876-
CMYK0.1900.410.50
HSL87.69º25.49%40%-
HSV(B)87.69º40.62%50.2%-
XYZ14.7318.99.71-
YUV114.9106.05120.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=33.77%
G=41.56%
B=24.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104128760.1900.410.5087.6925.4940
Hex68804C1302932581928
Octal15020011423051621303150
Binary1101000100000001001100100110101001110010101100011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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