#749709

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

Shades of Olive Drab #749709

Tints of Olive Drab #749709

Color information

#749709 (or 0x749709) is unknown color: approx Olive Drab. HEX triplet: 74, 97 and 09. RGB value is (116,151,9). Sum of RGB (Red+Green+Blue) = 116+151+9=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #749709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749709 is #8B68F6. Grayscale: #7C7C7C. Windows color (decimal): -9136375 or 628596. OLE color: 628596.

HSL color Cylindrical-coordinate representation of color #749709: hue angle of 74.79º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #749709 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB1161519-
CMYK0.2300.940.41
HSL74.79º88.75%31.37%-
HSV(B)74.79º94.04%59.22%-
XYZ18.3225.874.29-
YUV124.3562.9122.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 151 (59.38% from 255) = 54.71%
BLUE value IS 9 (3.91% from 255) = 3.26%
R=42.03%
G=54.71%
B=3.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11615190.2300.940.4174.7988.7531.37
Hex749791705E294b591f
Octal164227112701365111313137
Binary111010010010111100110111010111101010011001011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749709; }

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

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

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

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

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

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

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

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