#68861D

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

Shades of Olive Drab #68861D

Tints of Olive Drab #68861D

Color information

#68861D (or 0x68861D) is unknown color: approx Olive Drab. HEX triplet: 68, 86 and 1D. RGB value is (104,134,29). Sum of RGB (Red+Green+Blue) = 104+134+29=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #68861D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68861D is #9779E2. Grayscale: #717171. Windows color (decimal): -9927139 or 1934952. OLE color: 1934952.

HSL color Cylindrical-coordinate representation of color #68861D: hue angle of 77.14º 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 #68861D is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB10413429-
CMYK0.2200.780.47
HSL77.14º64.42%31.96%-
HSV(B)77.14º78.36%52.55%-
XYZ14.4620.084.28-
YUV113.0680.56121.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 29 (11.72% from 255) = 10.86%
R=38.95%
G=50.19%
B=10.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134290.2200.780.4777.1464.4231.96
Hex68861D1604E2F4d4020
Octal150206352601165711510040
Binary11010001000011011101101100100111010111110011011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68861D; }

 p { color: rgb(104,134,29); }

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

<style>
 a { background-color: #68861D; }

 a { background-color: rgb(104,134,29); }

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

<style>
 span { border-color: #68861D; }

 span { border-color: rgb(104,134,29); }

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