#747A0D

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

Shades of Olive #747A0D

Tints of Olive #747A0D

Color information

#747A0D (or 0x747A0D) is unknown color: approx Olive. HEX triplet: 74, 7A and 0D. RGB value is (116,122,13). Sum of RGB (Red+Green+Blue) = 116+122+13=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #747A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747A0D is #8B85F2. Grayscale: #6C6C6C. Windows color (decimal): -9143795 or 883316. OLE color: 883316.

HSL color Cylindrical-coordinate representation of color #747A0D: hue angle of 63.3º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #747A0D is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB11612213-
CMYK0.0500.890.52
HSL63.3º80.74%26.47%-
HSV(B)63.3º89.34%47.84%-
XYZ14.2317.663.04-
YUV107.7874.51133.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 122 (48.05% from 255) = 48.61%
BLUE value IS 13 (5.47% from 255) = 5.18%
R=46.22%
G=48.61%
B=5.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116122130.0500.890.5263.380.7426.47
Hex747AD5059343f511a
Octal1641721550131647712132
Binary11101001111010110110101011001110100111111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,122,13); }

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

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

 a { background-color: rgb(116,122,13); }

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

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

 span { border-color: rgb(116,122,13); }

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