#68804F

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

Shades of Dingley #68804F

Tints of Dingley #68804F

Color information

#68804F (or 0x68804F) is unknown color: approx Dingley. HEX triplet: 68, 80 and 4F. RGB value is (104,128,79). Sum of RGB (Red+Green+Blue) = 104+128+79=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #68804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68804F is #977FB0. Grayscale: #737373. Windows color (decimal): -9928625 or 5210216. OLE color: 5210216.

HSL color Cylindrical-coordinate representation of color #68804F: hue angle of 89.39º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68804F is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB10412879-
CMYK0.1900.380.50
HSL89.39º23.67%40.59%-
HSV(B)89.39º38.28%50.2%-
XYZ14.8418.9510.27-
YUV115.24107.55119.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=33.44%
G=41.16%
B=25.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104128790.1900.380.5089.3923.6740.59
Hex68804F1302632591829
Octal15020011723046621313051
Binary1101000100000001001111100110100110110010101100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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