#6F991E

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

Shades of Olive Drab #6F991E

Tints of Olive Drab #6F991E

Color information

#6F991E (or 0x6F991E) is unknown color: approx Olive Drab. HEX triplet: 6F, 99 and 1E. RGB value is (111,153,30). Sum of RGB (Red+Green+Blue) = 111+153+30=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #6F991E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F991E is #9066E1. Grayscale: #7E7E7E. Windows color (decimal): -9463522 or 2005359. OLE color: 2005359.

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

Color convert

RGB11115330-
CMYK0.2700.800.4
HSL80.49º67.21%35.88%-
HSV(B)80.49º80.39%60%-
XYZ18.1826.265.34-
YUV126.4273.59117-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 30 (12.11% from 255) = 10.20%
R=37.76%
G=52.04%
B=10.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111153300.2700.800.480.4967.2135.88
Hex6F991E1B05028504324
Octal157231363301205012010344
Binary11011111001100111110110110101000010100010100001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F991E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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