#747A05

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

Shades of Olive #747A05

Tints of Olive #747A05

Color information

#747A05 (or 0x747A05) is unknown color: approx Olive. HEX triplet: 74, 7A and 05. RGB value is (116,122,5). Sum of RGB (Red+Green+Blue) = 116+122+5=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #747A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747A05 is #8B85FA. Grayscale: #6B6B6B. Windows color (decimal): -9143803 or 359028. OLE color: 359028.

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

Color convert

RGB1161225-
CMYK0.0500.960.52
HSL63.08º92.13%24.9%-
HSV(B)63.08º95.9%47.84%-
XYZ14.1917.642.8-
YUV106.8770.51134.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 122 (48.05% from 255) = 50.21%
BLUE value IS 5 (2.34% from 255) = 2.06%
R=47.74%
G=50.21%
B=2.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11612250.0500.960.5263.0892.1324.9
Hex747A55060343f5c19
Octal164172550140647713431
Binary1110100111101010110101100000110100111111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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