#747C09

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

Shades of Olive #747C09

Tints of Olive #747C09

Color information

#747C09 (or 0x747C09) is unknown color: approx Olive. HEX triplet: 74, 7C and 09. RGB value is (116,124,9). Sum of RGB (Red+Green+Blue) = 116+124+9=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #747C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747C09 is #8B83F6. Grayscale: #6C6C6C. Windows color (decimal): -9143287 or 621684. OLE color: 621684.

HSL color Cylindrical-coordinate representation of color #747C09: hue angle of 64.17º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #747C09 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB1161249-
CMYK0.0600.930.51
HSL64.17º86.47%26.08%-
HSV(B)64.17º92.74%48.63%-
XYZ14.4618.153-
YUV108.571.85133.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 124 (48.83% from 255) = 49.80%
BLUE value IS 9 (3.91% from 255) = 3.61%
R=46.59%
G=49.80%
B=3.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11612490.0600.930.5164.1786.4726.08
Hex747C9605D3340561a
Octal16417411601356310012632
Binary111010011111001001110010111011100111000000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747C09; }

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

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

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

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

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

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

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

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