#7A6903

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

Shades of Olive #7A6903

Tints of Olive #7A6903

Color information

#7A6903 (or 0x7A6903) is unknown color: approx Olive. HEX triplet: 7A, 69 and 03. RGB value is (122,105,3). Sum of RGB (Red+Green+Blue) = 122+105+3=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6903 is #8596FC. Grayscale: #626262. Windows color (decimal): -8754941 or 223610. OLE color: 223610.

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

Color convert

RGB1221053-
CMYK00.140.980.52
HSL51.43º95.2%24.51%-
HSV(B)51.43º97.54%47.84%-
XYZ13.0914.252.15-
YUV98.4674.13144.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.04%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=53.04%
G=45.65%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122105300.140.980.5251.4395.224.51
Hex7A6930E6234335f19
Octal1721513016142646313731
Binary1111010110100111011101100010110100110011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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