#68764A

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

Shades of Dingley #68764A

Tints of Dingley #68764A

Color information

#68764A (or 0x68764A) is unknown color: approx Dingley. HEX triplet: 68, 76 and 4A. RGB value is (104,118,74). Sum of RGB (Red+Green+Blue) = 104+118+74=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #68764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68764A is #9789B5. Grayscale: #6C6C6C. Windows color (decimal): -9931190 or 4879976. OLE color: 4879976.

HSL color Cylindrical-coordinate representation of color #68764A: hue angle of 79.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68764A is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB10411874-
CMYK0.1200.370.54
HSL79.09º22.92%37.65%-
HSV(B)79.09º37.29%46.27%-
XYZ13.4216.398.94-
YUV108.8108.36124.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 74 (29.30% from 255) = 25%
R=35.14%
G=39.86%
B=25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104118740.1200.370.5479.0922.9237.65
Hex68764AC025364f1726
Octal15016611214045661172746
Binary11010001110110100101011000100101110110100111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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