#749326

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

Shades of Olive Drab #749326

Tints of Olive Drab #749326

Color information

#749326 (or 0x749326) is unknown color: approx Olive Drab. HEX triplet: 74, 93 and 26. RGB value is (116,147,38). Sum of RGB (Red+Green+Blue) = 116+147+38=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #749326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749326 is #8B6CD9. Grayscale: #7D7D7D. Windows color (decimal): -9137370 or 2528116. OLE color: 2528116.

HSL color Cylindrical-coordinate representation of color #749326: hue angle of 77.06º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #749326 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB11614738-
CMYK0.2100.740.42
HSL77.06º58.92%36.27%-
HSV(B)77.06º74.15%57.65%-
XYZ17.9924.725.66-
YUV125.378.73121.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 38 (15.23% from 255) = 12.62%
R=38.54%
G=48.84%
B=12.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116147380.2100.740.4277.0658.9236.27
Hex7493261504A2A4d3b24
Octal16422346250112521157344
Binary11101001001001110011010101010010101010101001101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749326; }

 p { color: rgb(116,147,38); }

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

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

 a { background-color: rgb(116,147,38); }

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

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

 span { border-color: rgb(116,147,38); }

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