#6D863A

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

Shades of Olive Drab #6D863A

Tints of Olive Drab #6D863A

Color information

#6D863A (or 0x6D863A) is unknown color: approx Olive Drab. HEX triplet: 6D, 86 and 3A. RGB value is (109,134,58). Sum of RGB (Red+Green+Blue) = 109+134+58=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #6D863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D863A is #9279C5. Grayscale: #767676. Windows color (decimal): -9599430 or 3835501. OLE color: 3835501.

HSL color Cylindrical-coordinate representation of color #6D863A: hue angle of 79.74º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D863A is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB10913458-
CMYK0.1900.570.47
HSL79.74º39.58%37.65%-
HSV(B)79.74º56.72%52.55%-
XYZ15.620.617.16-
YUV117.8694.22121.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=36.21%
G=44.52%
B=19.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109134580.1900.570.4779.7439.5837.65
Hex6D863A130392F502826
Octal1552067223071571205046
Binary1101101100001101110101001101110011011111010000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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