#7A6E03

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

Shades of Olive #7A6E03

Tints of Olive #7A6E03

Color information

#7A6E03 (or 0x7A6E03) is unknown color: approx Olive. HEX triplet: 7A, 6E and 03. RGB value is (122,110,3). Sum of RGB (Red+Green+Blue) = 122+110+3=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6E03 is #8591FC. Grayscale: #656565. Windows color (decimal): -8753661 or 224890. OLE color: 224890.

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

Color convert

RGB1221103-
CMYK00.100.980.52
HSL53.95º95.2%24.51%-
HSV(B)53.95º97.54%47.84%-
XYZ13.6215.32.32-
YUV101.3972.48142.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.91%
GREEN value IS 110 (43.36% from 255) = 46.81%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=51.91%
G=46.81%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122110300.100.980.5253.9595.224.51
Hex7A6E30A6234365f19
Octal1721563012142646613731
Binary1111010110111011010101100010110100110110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,3); }

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

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

 a { background-color: rgb(122,110,3); }

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

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

 span { border-color: rgb(122,110,3); }

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