#748A13

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

Shades of Olive Drab #748A13

Tints of Olive Drab #748A13

Color information

#748A13 (or 0x748A13) is unknown color: approx Olive Drab. HEX triplet: 74, 8A and 13. RGB value is (116,138,19). Sum of RGB (Red+Green+Blue) = 116+138+19=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #748A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748A13 is #8B75EC. Grayscale: #767676. Windows color (decimal): -9139693 or 1280628. OLE color: 1280628.

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

Color convert

RGB11613819-
CMYK0.1600.860.46
HSL71.09º75.8%30.78%-
HSV(B)71.09º86.23%54.12%-
XYZ16.4121.943.99-
YUV117.8672.21126.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 138 (54.30% from 255) = 50.55%
BLUE value IS 19 (7.81% from 255) = 6.96%
R=42.49%
G=50.55%
B=6.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116138190.1600.860.4671.0975.830.78
Hex748A13100562E474c1f
Octal164212232001265610711437
Binary1110100100010101001110000010101101011101000111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748A13; }

 p { color: rgb(116,138,19); }

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

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

 a { background-color: rgb(116,138,19); }

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

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

 span { border-color: rgb(116,138,19); }

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