#748D32

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

Shades of Olive Drab #748D32

Tints of Olive Drab #748D32

Color information

#748D32 (or 0x748D32) is unknown color: approx Olive Drab. HEX triplet: 74, 8D and 32. RGB value is (116,141,50). Sum of RGB (Red+Green+Blue) = 116+141+50=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #748D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748D32 is #8B72CD. Grayscale: #7B7B7B. Windows color (decimal): -9138894 or 3313012. OLE color: 3313012.

HSL color Cylindrical-coordinate representation of color #748D32: hue angle of 76.48º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #748D32 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB11614150-
CMYK0.1800.650.45
HSL76.48º47.64%37.45%-
HSV(B)76.48º64.54%55.29%-
XYZ17.322.996.54-
YUV123.1586.72122.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=37.79%
G=45.93%
B=16.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116141500.1800.650.4576.4847.6437.45
Hex748D32120412D4c3025
Octal16421562220101551146045
Binary11101001000110111001010010010000011011011001100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,141,50); }

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

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

 a { background-color: rgb(116,141,50); }

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

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

 span { border-color: rgb(116,141,50); }

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