#6e841d

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

Shades of Olive Drab #6E841D

Tints of Olive Drab #6E841D

Color information

#6E841D (or 0x6E841D) is unknown color: approx Olive Drab. HEX triplet: 6E, 84 and 1D. RGB value is (110,132,29). Sum of RGB (Red+Green+Blue) = 110+132+29=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #6E841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E841D is #917BE2. Grayscale: #727272. Windows color (decimal): -9534435 or 1934446. OLE color: 1934446.

HSL color Cylindrical-coordinate representation of color #6E841D: hue angle of 72.82º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E841D is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB11013229-
CMYK0.1700.780.48
HSL72.82º63.98%31.57%-
HSV(B)72.82º78.03%51.76%-
XYZ14.919.914.22-
YUV113.6880.21125.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.59%
GREEN value IS 132 (51.95% from 255) = 48.71%
BLUE value IS 29 (11.72% from 255) = 10.70%
R=40.59%
G=48.71%
B=10.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110132290.1700.780.4872.8263.9831.57
Hex6E841D1104E30494020
Octal156204352101166011110040
Binary11011101000010011101100010100111011000010010011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e841d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,132,29); }

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

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

 a { background-color: rgb(110,132,29); }

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

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

 span { border-color: rgb(110,132,29); }

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