#6D861E

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

Shades of Olive Drab #6D861E

Tints of Olive Drab #6D861E

Color information

#6D861E (or 0x6D861E) is unknown color: approx Olive Drab. HEX triplet: 6D, 86 and 1E. RGB value is (109,134,30). Sum of RGB (Red+Green+Blue) = 109+134+30=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #6D861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D861E is #9279E1. Grayscale: #737373. Windows color (decimal): -9599458 or 2000493. OLE color: 2000493.

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

Color convert

RGB10913430-
CMYK0.1900.780.47
HSL74.42º63.41%32.16%-
HSV(B)74.42º77.61%52.55%-
XYZ15.0720.44.37-
YUV114.6780.22123.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.93%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 30 (12.11% from 255) = 10.99%
R=39.93%
G=49.08%
B=10.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109134300.1900.780.4774.4263.4132.16
Hex6D861E1304E2F4a3f20
Octal15520636230116571127740
Binary1101101100001101111010011010011101011111001010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D861E; }

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

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

<style>
 a { background-color: #6D861E; }

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

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

<style>
 span { border-color: #6D861E; }

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

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