#738c1e

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

Shades of Olive Drab #738C1E

Tints of Olive Drab #738C1E

Color information

#738C1E (or 0x738C1E) is unknown color: approx Olive Drab. HEX triplet: 73, 8C and 1E. RGB value is (115,140,30). Sum of RGB (Red+Green+Blue) = 115+140+30=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #738C1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738C1E is #8C73E1. Grayscale: #787878. Windows color (decimal): -9204706 or 2002035. OLE color: 2002035.

HSL color Cylindrical-coordinate representation of color #738C1E: hue angle of 73.64º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #738C1E is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB11514030-
CMYK0.1800.790.45
HSL73.64º64.71%33.33%-
HSV(B)73.64º78.57%54.9%-
XYZ16.6822.494.69-
YUV119.9877.22124.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.35%
GREEN value IS 140 (55.08% from 255) = 49.12%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=40.35%
G=49.12%
B=10.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115140300.1800.790.4573.6464.7133.33
Hex738C1E1204F2D4a4121
Octal163214362201175511210141
Binary11100111000110011110100100100111110110110010101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738c1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738c1e; }

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

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

<style>
 a { background-color: #738c1e; }

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

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

<style>
 span { border-color: #738c1e; }

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

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