#749321

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

Shades of Olive Drab #749321

Tints of Olive Drab #749321

Color information

#749321 (or 0x749321) is unknown color: approx Olive Drab. HEX triplet: 74, 93 and 21. RGB value is (116,147,33). Sum of RGB (Red+Green+Blue) = 116+147+33=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #749321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749321 is #8B6CDE. Grayscale: #7D7D7D. Windows color (decimal): -9137375 or 2200436. OLE color: 2200436.

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

Color convert

RGB11614733-
CMYK0.2100.780.42
HSL76.32º63.33%35.29%-
HSV(B)76.32º77.55%57.65%-
XYZ17.9124.695.26-
YUV124.7476.23121.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 147 (57.81% from 255) = 49.66%
BLUE value IS 33 (13.28% from 255) = 11.15%
R=39.19%
G=49.66%
B=11.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116147330.2100.780.4276.3263.3335.29
Hex7493211504E2A4c3f23
Octal16422341250116521147743
Binary11101001001001110000110101010011101010101001100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749321; }

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

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

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

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

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

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

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

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