#7A6A04

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

Shades of Olive #7A6A04

Tints of Olive #7A6A04

Color information

#7A6A04 (or 0x7A6A04) is unknown color: approx Olive. HEX triplet: 7A, 6A and 04. RGB value is (122,106,4). Sum of RGB (Red+Green+Blue) = 122+106+4=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6A04 is #8595FB. Grayscale: #636363. Windows color (decimal): -8754684 or 289402. OLE color: 289402.

HSL color Cylindrical-coordinate representation of color #7A6A04: hue angle of 51.86º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A6A04 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB1221064-
CMYK00.130.970.52
HSL51.86º93.65%24.71%-
HSV(B)51.86º96.72%47.84%-
XYZ13.214.452.21-
YUV99.1674.3144.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.59%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 4 (1.95% from 255) = 1.72%
R=52.59%
G=45.69%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122106400.130.970.5251.8693.6524.71
Hex7A6A40D6134345e19
Octal1721524015141646413631
Binary11110101101010100011011100001110100110100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,4); }

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

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

 a { background-color: rgb(122,106,4); }

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

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

 span { border-color: rgb(122,106,4); }

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