#68820E

Color #68820E Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #68820E

Tints of Olive Drab #68820E

Color information

#68820E (or 0x68820E) is unknown color: approx Olive Drab. HEX triplet: 68, 82 and 0E. RGB value is (104,130,14). Sum of RGB (Red+Green+Blue) = 104+130+14=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #68820E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68820E is #977DF1. Grayscale: #6D6D6D. Windows color (decimal): -9928178 or 950888. OLE color: 950888.

HSL color Cylindrical-coordinate representation of color #68820E: hue angle of 73.45º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68820E is Cyan = 0.2, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB10413014-
CMYK0.200.890.49
HSL73.45º80.56%28.24%-
HSV(B)73.45º89.23%50.98%-
XYZ13.7718.943.35-
YUV10974.39124.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 14 (5.86% from 255) = 5.65%
R=41.94%
G=52.42%
B=5.65%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130140.200.890.4973.4580.5628.24
Hex6882E140593149511c
Octal150202162401316111112134
Binary110100010000010111010100010110011100011001001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68820E; }

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

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

<style>
 a { background-color: #68820E; }

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

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

<style>
 span { border-color: #68820E; }

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

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