#747209

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

Shades of Olive #747209

Tints of Olive #747209

Color information

#747209 (or 0x747209) is unknown color: approx Olive. HEX triplet: 74, 72 and 09. RGB value is (116,114,9). Sum of RGB (Red+Green+Blue) = 116+114+9=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #747209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747209 is #8B8DF6. Grayscale: #676767. Windows color (decimal): -9145847 or 619124. OLE color: 619124.

HSL color Cylindrical-coordinate representation of color #747209: hue angle of 58.88º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #747209 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB1161149-
CMYK00.020.920.55
HSL58.88º85.6%24.51%-
HSV(B)58.88º92.24%45.49%-
XYZ13.2715.772.6-
YUV102.6375.16137.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 9 (3.91% from 255) = 3.77%
R=48.54%
G=47.70%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116114900.020.920.5558.8885.624.51
Hex74729025C373b5619
Octal1641621102134677312631
Binary1110100111001010010101011100110111111011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747209; }

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

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

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

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

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

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

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

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