#7A740A

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

Shades of Olive #7A740A

Tints of Olive #7A740A

Color information

#7A740A (or 0x7A740A) is unknown color: approx Olive. HEX triplet: 7A, 74 and 0A. RGB value is (122,116,10). Sum of RGB (Red+Green+Blue) = 122+116+10=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A740A is #858BF5. Grayscale: #6A6A6A. Windows color (decimal): -8752118 or 685178. OLE color: 685178.

HSL color Cylindrical-coordinate representation of color #7A740A: hue angle of 56.79º 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 #7A740A is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB12211610-
CMYK00.050.920.52
HSL56.79º84.85%25.88%-
HSV(B)56.79º91.8%47.84%-
XYZ14.3316.652.75-
YUV105.7173.99139.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221161000.050.920.5256.7984.8525.88
Hex7A74A055C3439551a
Octal1721641205134647112532
Binary11110101110100101001011011100110100111001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A740A; }

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

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

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

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

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

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

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

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