#738C14

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

Shades of Olive Drab #738C14

Tints of Olive Drab #738C14

Color information

#738C14 (or 0x738C14) is unknown color: approx Olive Drab. HEX triplet: 73, 8C and 14. RGB value is (115,140,20). Sum of RGB (Red+Green+Blue) = 115+140+20=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #738C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738C14 is #8C73EB. Grayscale: #777777. Windows color (decimal): -9204716 or 1346675. OLE color: 1346675.

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

Color convert

RGB11514020-
CMYK0.1800.860.45
HSL72.5º75%31.37%-
HSV(B)72.5º85.71%54.9%-
XYZ16.5722.454.12-
YUV118.8472.22125.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 140 (55.08% from 255) = 50.91%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=41.82%
G=50.91%
B=7.27%

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
Decimal115140200.1800.860.4572.57531.37
Hex738C14120562D484b1f
Octal163214242201265511011337
Binary1110011100011001010010010010101101011011001000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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