#6E991E

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

Shades of Olive Drab #6E991E

Tints of Olive Drab #6E991E

Color information

#6E991E (or 0x6E991E) is unknown color: approx Olive Drab. HEX triplet: 6E, 99 and 1E. RGB value is (110,153,30). Sum of RGB (Red+Green+Blue) = 110+153+30=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #6E991E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E991E is #9166E1. Grayscale: #7E7E7E. Windows color (decimal): -9529058 or 2005358. OLE color: 2005358.

HSL color Cylindrical-coordinate representation of color #6E991E: hue angle of 80.98º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E991E is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB11015330-
CMYK0.2800.800.4
HSL80.98º67.21%35.88%-
HSV(B)80.98º80.39%60%-
XYZ18.0626.195.33-
YUV126.1273.75116.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 30 (12.11% from 255) = 10.24%
R=37.54%
G=52.22%
B=10.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110153300.2800.800.480.9867.2135.88
Hex6E991E1C05028514324
Octal156231363401205012110344
Binary11011101001100111110111000101000010100010100011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E991E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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