#68821E

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

Shades of Olive Drab #68821E

Tints of Olive Drab #68821E

Color information

#68821E (or 0x68821E) is unknown color: approx Olive Drab. HEX triplet: 68, 82 and 1E. RGB value is (104,130,30). Sum of RGB (Red+Green+Blue) = 104+130+30=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #68821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68821E is #977DE1. Grayscale: #6F6F6F. Windows color (decimal): -9928162 or 1999464. OLE color: 1999464.

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

Color convert

RGB10413030-
CMYK0.200.770.49
HSL75.6º62.5%31.37%-
HSV(B)75.6º76.92%50.98%-
XYZ13.93194.16-
YUV110.8382.39123.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 30 (12.11% from 255) = 11.36%
R=39.39%
G=49.24%
B=11.36%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130300.200.770.4975.662.531.37
Hex68821E1404D314c3e1f
Octal15020236240115611147637
Binary110100010000010111101010001001101110001100110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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