#6e991a

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

Shades of Olive Drab #6E991A

Tints of Olive Drab #6E991A

Color information

#6E991A (or 0x6E991A) is unknown color: approx Olive Drab. HEX triplet: 6E, 99 and 1A. RGB value is (110,153,26). Sum of RGB (Red+Green+Blue) = 110+153+26=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #6E991A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E991A is #9166E5. Grayscale: #7E7E7E. Windows color (decimal): -9529062 or 1743214. OLE color: 1743214.

HSL color Cylindrical-coordinate representation of color #6E991A: hue angle of 80.31º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E991A is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB11015326-
CMYK0.2800.830.4
HSL80.31º70.95%35.1%-
HSV(B)80.31º83.01%60%-
XYZ18.0126.175.08-
YUV125.6671.75116.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.06%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 26 (10.55% from 255) = 9.00%
R=38.06%
G=52.94%
B=9.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110153260.2800.830.480.3170.9535.1
Hex6E991A1C05328504723
Octal156231323401235012010743
Binary11011101001100111010111000101001110100010100001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e991a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,153,26); }

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

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

 a { background-color: rgb(110,153,26); }

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

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

 span { border-color: rgb(110,153,26); }

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