#68884C

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

Shades of Dingley #68884C

Tints of Dingley #68884C

Color information

#68884C (or 0x68884C) is unknown color: approx Dingley. HEX triplet: 68, 88 and 4C. RGB value is (104,136,76). Sum of RGB (Red+Green+Blue) = 104+136+76=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #68884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68884C is #9777B3. Grayscale: #777777. Windows color (decimal): -9926580 or 5015656. OLE color: 5015656.

HSL color Cylindrical-coordinate representation of color #68884C: hue angle of 92º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68884C is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB10413676-
CMYK0.2400.440.47
HSL92º28.3%41.57%-
HSV(B)92º44.12%53.33%-
XYZ15.8221.0710.07-
YUV119.59103.4116.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 76 (30.08% from 255) = 24.05%
R=32.91%
G=43.04%
B=24.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104136760.2400.440.479228.341.57
Hex68884C1802C2F5c1c2a
Octal15021011430054571343452
Binary1101000100010001001100110000101100101111101110011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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