#738D14

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

Shades of Olive Drab #738D14

Tints of Olive Drab #738D14

Color information

#738D14 (or 0x738D14) is unknown color: approx Olive Drab. HEX triplet: 73, 8D and 14. RGB value is (115,141,20). Sum of RGB (Red+Green+Blue) = 115+141+20=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #738D14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738D14 is #8C72EB. Grayscale: #777777. Windows color (decimal): -9204460 or 1346931. OLE color: 1346931.

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

Color convert

RGB11514120-
CMYK0.1800.860.45
HSL72.89º75.16%31.57%-
HSV(B)72.89º85.82%55.29%-
XYZ16.7222.754.17-
YUV119.4371.89124.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 141 (55.47% from 255) = 51.09%
BLUE value IS 20 (8.20% from 255) = 7.25%
R=41.67%
G=51.09%
B=7.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115141200.1800.860.4572.8975.1631.57
Hex738D14120562D494b20
Octal163215242201265511111340
Binary11100111000110110100100100101011010110110010011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,141,20); }

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

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

 a { background-color: rgb(115,141,20); }

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

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

 span { border-color: rgb(115,141,20); }

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