#748a15

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

Shades of Olive Drab #748A15

Tints of Olive Drab #748A15

Color information

#748A15 (or 0x748A15) is unknown color: approx Olive Drab. HEX triplet: 74, 8A and 15. RGB value is (116,138,21). Sum of RGB (Red+Green+Blue) = 116+138+21=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #748A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748A15 is #8B75EA. Grayscale: #767676. Windows color (decimal): -9139691 or 1411700. OLE color: 1411700.

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

Color convert

RGB11613821-
CMYK0.1600.850.46
HSL71.28º73.58%31.18%-
HSV(B)71.28º84.78%54.12%-
XYZ16.4321.944.08-
YUV118.0873.21126.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=42.18%
G=50.18%
B=7.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116138210.1600.850.4671.2873.5831.18
Hex748A15100552E474a1f
Octal164212252001255610711237
Binary1110100100010101010110000010101011011101000111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748a15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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