#68881E

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

Shades of Olive Drab #68881E

Tints of Olive Drab #68881E

Color information

#68881E (or 0x68881E) is unknown color: approx Olive Drab. HEX triplet: 68, 88 and 1E. RGB value is (104,136,30). Sum of RGB (Red+Green+Blue) = 104+136+30=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #68881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68881E is #9777E1. Grayscale: #727272. Windows color (decimal): -9926626 or 2001000. OLE color: 2001000.

HSL color Cylindrical-coordinate representation of color #68881E: hue angle of 78.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68881E is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB10413630-
CMYK0.2400.780.47
HSL78.11º63.86%32.55%-
HSV(B)78.11º77.94%53.33%-
XYZ14.7520.654.44-
YUV114.3580.4120.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 136 (53.52% from 255) = 50.37%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=38.52%
G=50.37%
B=11.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104136300.2400.780.4778.1163.8632.55
Hex68881E1804E2F4e4021
Octal150210363001165711610041
Binary11010001000100011110110000100111010111110011101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68881E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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