#6e981e

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

Shades of Olive Drab #6E981E

Tints of Olive Drab #6E981E

Color information

#6E981E (or 0x6E981E) is unknown color: approx Olive Drab. HEX triplet: 6E, 98 and 1E. RGB value is (110,152,30). Sum of RGB (Red+Green+Blue) = 110+152+30=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #6E981E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E981E is #9167E1. Grayscale: #7D7D7D. Windows color (decimal): -9529314 or 2005102. OLE color: 2005102.

HSL color Cylindrical-coordinate representation of color #6E981E: hue angle of 80.66º 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 #6E981E is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB11015230-
CMYK0.2800.800.40
HSL80.66º67.03%35.69%-
HSV(B)80.66º80.26%59.61%-
XYZ17.8925.875.28-
YUV125.5374.09116.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.67%
GREEN value IS 152 (59.77% from 255) = 52.05%
BLUE value IS 30 (12.11% from 255) = 10.27%
R=37.67%
G=52.05%
B=10.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110152300.2800.800.4080.6667.0335.69
Hex6E981E1C05028514324
Octal156230363401205012110344
Binary11011101001100011110111000101000010100010100011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e981e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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