#68834C

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

Shades of Dingley #68834C

Tints of Dingley #68834C

Color information

#68834C (or 0x68834C) is unknown color: approx Dingley. HEX triplet: 68, 83 and 4C. RGB value is (104,131,76). Sum of RGB (Red+Green+Blue) = 104+131+76=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #68834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68834C is #977CB3. Grayscale: #747474. Windows color (decimal): -9927860 or 5014376. OLE color: 5014376.

HSL color Cylindrical-coordinate representation of color #68834C: hue angle of 89.45º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68834C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB10413176-
CMYK0.2100.420.49
HSL89.45º26.57%40.59%-
HSV(B)89.45º41.98%51.37%-
XYZ15.1319.79.84-
YUV116.66105.05118.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 76 (30.08% from 255) = 24.44%
R=33.44%
G=42.12%
B=24.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104131760.2100.420.4989.4526.5740.59
Hex68834C1502A31591b29
Octal15020311425052611313351
Binary1101000100000111001100101010101010110001101100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68834C; }

 p { color: rgb(104,131,76); }

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

<style>
 a { background-color: #68834C; }

 a { background-color: rgb(104,131,76); }

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

<style>
 span { border-color: #68834C; }

 span { border-color: rgb(104,131,76); }

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