#738916

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

Shades of Olive Drab #738916

Tints of Olive Drab #738916

Color information

#738916 (or 0x738916) is unknown color: approx Olive Drab. HEX triplet: 73, 89 and 16. RGB value is (115,137,22). Sum of RGB (Red+Green+Blue) = 115+137+22=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #738916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738916 is #8C76E9. Grayscale: #757575. Windows color (decimal): -9205482 or 1476979. OLE color: 1476979.

HSL color Cylindrical-coordinate representation of color #738916: hue angle of 71.48º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #738916 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB11513722-
CMYK0.1600.840.46
HSL71.48º72.33%31.18%-
HSV(B)71.48º83.94%53.73%-
XYZ16.1621.594.08-
YUV117.3174.21126.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 137 (53.91% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=41.97%
G=50%
B=8.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115137220.1600.840.4671.4872.3331.18
Hex738916100542E47481f
Octal163211262001245610711037
Binary1110011100010011011010000010101001011101000111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738916; }

 p { color: rgb(115,137,22); }

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

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

 a { background-color: rgb(115,137,22); }

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

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

 span { border-color: rgb(115,137,22); }

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