#68811E

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

Shades of Olive Drab #68811E

Tints of Olive Drab #68811E

Color information

#68811E (or 0x68811E) is unknown color: approx Olive Drab. HEX triplet: 68, 81 and 1E. RGB value is (104,129,30). Sum of RGB (Red+Green+Blue) = 104+129+30=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #68811E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68811E is #977EE1. Grayscale: #6E6E6E. Windows color (decimal): -9928418 or 1999208. OLE color: 1999208.

HSL color Cylindrical-coordinate representation of color #68811E: hue angle of 75.15º 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 #68811E is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB10412930-
CMYK0.1900.770.49
HSL75.15º62.26%31.18%-
HSV(B)75.15º76.74%50.59%-
XYZ13.7918.744.12-
YUV110.2482.72123.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 129 (50.78% from 255) = 49.05%
BLUE value IS 30 (12.11% from 255) = 11.41%
R=39.54%
G=49.05%
B=11.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104129300.1900.770.4975.1562.2631.18
Hex68811E1304D314b3e1f
Octal15020136230115611137637
Binary110100010000001111101001101001101110001100101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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