#749309

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

Shades of Olive Drab #749309

Tints of Olive Drab #749309

Color information

#749309 (or 0x749309) is unknown color: approx Olive Drab. HEX triplet: 74, 93 and 09. RGB value is (116,147,9). Sum of RGB (Red+Green+Blue) = 116+147+9=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #749309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749309 is #8B6CF6. Grayscale: #7A7A7A. Windows color (decimal): -9137399 or 627572. OLE color: 627572.

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

Color convert

RGB1161479-
CMYK0.2100.940.42
HSL73.48º88.46%30.59%-
HSV(B)73.48º93.88%57.65%-
XYZ17.6924.64.07-
YUV12264.23123.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 147 (57.81% from 255) = 54.04%
BLUE value IS 9 (3.91% from 255) = 3.31%
R=42.65%
G=54.04%
B=3.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11614790.2100.940.4273.4888.4630.59
Hex749391505E2A49581f
Octal164223112501365211113037
Binary111010010010011100110101010111101010101001001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749309; }

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

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

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

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

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

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

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

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