#6F9A1E

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

Shades of Olive Drab #6F9A1E

Tints of Olive Drab #6F9A1E

Color information

#6F9A1E (or 0x6F9A1E) is unknown color: approx Olive Drab. HEX triplet: 6F, 9A and 1E. RGB value is (111,154,30). Sum of RGB (Red+Green+Blue) = 111+154+30=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #6F9A1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9A1E is #9065E1. Grayscale: #7F7F7F. Windows color (decimal): -9463266 or 2005615. OLE color: 2005615.

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

Color convert

RGB11115430-
CMYK0.2800.810.40
HSL80.81º67.39%36.08%-
HSV(B)80.81º80.52%60.39%-
XYZ18.3526.585.39-
YUV127.0173.25116.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 154 (60.55% from 255) = 52.20%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=37.63%
G=52.20%
B=10.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111154300.2800.810.4080.8167.3936.08
Hex6F9A1E1C05128514324
Octal157232363401215012110344
Binary11011111001101011110111000101000110100010100011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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