#68884F

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

Shades of Dingley #68884F

Tints of Dingley #68884F

Color information

#68884F (or 0x68884F) is unknown color: approx Dingley. HEX triplet: 68, 88 and 4F. RGB value is (104,136,79). Sum of RGB (Red+Green+Blue) = 104+136+79=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #68884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68884F is #9777B0. Grayscale: #787878. Windows color (decimal): -9926577 or 5212264. OLE color: 5212264.

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

Color convert

RGB10413679-
CMYK0.2400.420.47
HSL93.68º26.51%42.16%-
HSV(B)93.68º41.91%53.33%-
XYZ15.9221.1210.63-
YUV119.93104.9116.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=32.60%
G=42.63%
B=24.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104136790.2400.420.4793.6826.5142.16
Hex68884F1802A2F5e1b2a
Octal15021011730052571363352
Binary1101000100010001001111110000101010101111101111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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