#68861E

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

Shades of Olive Drab #68861E

Tints of Olive Drab #68861E

Color information

#68861E (or 0x68861E) is unknown color: approx Olive Drab. HEX triplet: 68, 86 and 1E. RGB value is (104,134,30). Sum of RGB (Red+Green+Blue) = 104+134+30=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #68861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68861E is #9779E1. Grayscale: #717171. Windows color (decimal): -9927138 or 2000488. OLE color: 2000488.

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

Color convert

RGB10413430-
CMYK0.2200.780.47
HSL77.31º63.41%32.16%-
HSV(B)77.31º77.61%52.55%-
XYZ14.4720.094.34-
YUV113.1781.06121.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 134 (52.73% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 11.19%
R=38.81%
G=50%
B=11.19%

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
Decimal104134300.2200.780.4777.3163.4132.16
Hex68861E1604E2F4d3f20
Octal15020636260116571157740
Binary1101000100001101111010110010011101011111001101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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