#7A6D0A

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

Shades of Olive #7A6D0A

Tints of Olive #7A6D0A

Color information

#7A6D0A (or 0x7A6D0A) is unknown color: approx Olive. HEX triplet: 7A, 6D and 0A. RGB value is (122,109,10). Sum of RGB (Red+Green+Blue) = 122+109+10=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6D0A is #8592F5. Grayscale: #666666. Windows color (decimal): -8753910 or 683386. OLE color: 683386.

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

Color convert

RGB12210910-
CMYK00.110.920.52
HSL53.04º84.85%25.88%-
HSV(B)53.04º91.8%47.84%-
XYZ13.5515.12.49-
YUV101.676.31142.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.62%
GREEN value IS 109 (42.97% from 255) = 45.23%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=50.62%
G=45.23%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221091000.110.920.5253.0484.8525.88
Hex7A6DA0B5C3435551a
Octal17215512013134646512532
Binary111101011011011010010111011100110100110101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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