#68871E

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

Shades of Olive Drab #68871E

Tints of Olive Drab #68871E

Color information

#68871E (or 0x68871E) is unknown color: approx Olive Drab. HEX triplet: 68, 87 and 1E. RGB value is (104,135,30). Sum of RGB (Red+Green+Blue) = 104+135+30=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #68871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68871E is #9778E1. Grayscale: #727272. Windows color (decimal): -9926882 or 2000744. OLE color: 2000744.

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

Color convert

RGB10413530-
CMYK0.2300.780.47
HSL77.71º63.64%32.35%-
HSV(B)77.71º77.78%52.94%-
XYZ14.6120.364.39-
YUV113.7680.73121.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 135 (53.12% from 255) = 50.19%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=38.66%
G=50.19%
B=11.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104135300.2300.780.4777.7163.6432.35
Hex68871E1704E2F4e4020
Octal150207362701165711610040
Binary11010001000011111110101110100111010111110011101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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