#68864F

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

Shades of Dingley #68864F

Tints of Dingley #68864F

Color information

#68864F (or 0x68864F) is unknown color: approx Dingley. HEX triplet: 68, 86 and 4F. RGB value is (104,134,79). Sum of RGB (Red+Green+Blue) = 104+134+79=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #68864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68864F is #9779B0. Grayscale: #767676. Windows color (decimal): -9927089 or 5211752. OLE color: 5211752.

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

Color convert

RGB10413479-
CMYK0.2200.410.47
HSL92.73º25.82%41.76%-
HSV(B)92.73º41.04%52.55%-
XYZ15.6520.5610.54-
YUV118.76105.56117.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=32.81%
G=42.27%
B=24.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134790.2200.410.4792.7325.8241.76
Hex68864F160292F5d1a2a
Octal15020611726051571353252
Binary1101000100001101001111101100101001101111101110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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