#68824A

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

Shades of Dingley #68824A

Tints of Dingley #68824A

Color information

#68824A (or 0x68824A) is unknown color: approx Dingley. HEX triplet: 68, 82 and 4A. RGB value is (104,130,74). Sum of RGB (Red+Green+Blue) = 104+130+74=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #68824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68824A is #977DB5. Grayscale: #747474. Windows color (decimal): -9928118 or 4883048. OLE color: 4883048.

HSL color Cylindrical-coordinate representation of color #68824A: hue angle of 87.86º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68824A is Cyan = 0.2, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB10413074-
CMYK0.200.430.49
HSL87.86º27.45%40%-
HSV(B)87.86º43.08%50.98%-
XYZ14.9319.49.44-
YUV115.84104.39119.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=33.77%
G=42.21%
B=24.03%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130740.200.430.4987.8627.4540
Hex68824A1402B31581b28
Octal15020211224053611303350
Binary1101000100000101001010101000101011110001101100011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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