#68864A

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

Shades of Dingley #68864A

Tints of Dingley #68864A

Color information

#68864A (or 0x68864A) is unknown color: approx Dingley. HEX triplet: 68, 86 and 4A. RGB value is (104,134,74). Sum of RGB (Red+Green+Blue) = 104+134+74=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #68864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68864A is #9779B5. Grayscale: #767676. Windows color (decimal): -9927094 or 4884072. OLE color: 4884072.

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

Color convert

RGB10413474-
CMYK0.2200.450.47
HSL90º28.85%40.78%-
HSV(B)90º44.78%52.55%-
XYZ15.4720.499.62-
YUV118.19103.06117.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=33.33%
G=42.95%
B=23.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134740.2200.450.479028.8540.78
Hex68864A1602D2F5a1d29
Octal15020611226055571323551
Binary1101000100001101001010101100101101101111101101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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