#747a0a

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

Shades of Olive #747A0A

Tints of Olive #747A0A

Color information

#747A0A (or 0x747A0A) is unknown color: approx Olive. HEX triplet: 74, 7A and 0A. RGB value is (116,122,10). Sum of RGB (Red+Green+Blue) = 116+122+10=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #747A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747A0A is #8B85F5. Grayscale: #6B6B6B. Windows color (decimal): -9143798 or 686708. OLE color: 686708.

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

Color convert

RGB11612210-
CMYK0.0500.920.52
HSL63.21º84.85%25.88%-
HSV(B)63.21º91.8%47.84%-
XYZ14.2217.652.95-
YUV107.4473.01134.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 122 (48.05% from 255) = 49.19%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=46.77%
G=49.19%
B=4.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116122100.0500.920.5263.2184.8525.88
Hex747AA505C343f551a
Octal1641721250134647712532
Binary11101001111010101010101011100110100111111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747a0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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