#7A7913

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

Shades of Olive #7A7913

Tints of Olive #7A7913

Color information

#7A7913 (or 0x7A7913) is unknown color: approx Olive. HEX triplet: 7A, 79 and 13. RGB value is (122,121,19). Sum of RGB (Red+Green+Blue) = 122+121+19=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7913 is #8586EC. Grayscale: #6E6E6E. Windows color (decimal): -8750829 or 1276282. OLE color: 1276282.

HSL color Cylindrical-coordinate representation of color #7A7913: hue angle of 59.42º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A7913 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB12212119-
CMYK00.010.840.52
HSL59.42º73.05%27.65%-
HSV(B)59.42º84.43%47.84%-
XYZ14.9817.863.27-
YUV109.6776.83136.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.56%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 19 (7.81% from 255) = 7.25%
R=46.56%
G=46.18%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221211900.010.840.5259.4273.0527.65
Hex7A79130154343b491c
Octal1721712301124647311134
Binary1111010111100110011011010100110100111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,121,19); }

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

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

 a { background-color: rgb(122,121,19); }

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

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

 span { border-color: rgb(122,121,19); }

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