#739A1E

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

Shades of Olive Drab #739A1E

Tints of Olive Drab #739A1E

Color information

#739A1E (or 0x739A1E) is unknown color: approx Olive Drab. HEX triplet: 73, 9A and 1E. RGB value is (115,154,30). Sum of RGB (Red+Green+Blue) = 115+154+30=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #739A1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739A1E is #8C65E1. Grayscale: #808080. Windows color (decimal): -9201122 or 2005619. OLE color: 2005619.

HSL color Cylindrical-coordinate representation of color #739A1E: hue angle of 78.87º 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 #739A1E is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB11515430-
CMYK0.2500.810.40
HSL78.87º67.39%36.08%-
HSV(B)78.87º80.52%60.39%-
XYZ18.8626.855.42-
YUV128.272.58118.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 154 (60.55% from 255) = 51.51%
BLUE value IS 30 (12.11% from 255) = 10.03%
R=38.46%
G=51.51%
B=10.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115154300.2500.810.4078.8767.3936.08
Hex739A1E19051284f4324
Octal163232363101215011710344
Binary11100111001101011110110010101000110100010011111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739A1E; }

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

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

<style>
 a { background-color: #739A1E; }

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

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

<style>
 span { border-color: #739A1E; }

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

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