#7A7912

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

Shades of Olive #7A7912

Tints of Olive #7A7912

Color information

#7A7912 (or 0x7A7912) is unknown color: approx Olive. HEX triplet: 7A, 79 and 12. RGB value is (122,121,18). Sum of RGB (Red+Green+Blue) = 122+121+18=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7912 is #8586ED. Grayscale: #6D6D6D. Windows color (decimal): -8750830 or 1210746. OLE color: 1210746.

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

Color convert

RGB12212118-
CMYK00.010.850.52
HSL59.42º74.29%27.45%-
HSV(B)59.42º85.25%47.84%-
XYZ14.9717.863.23-
YUV109.5676.33136.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.74%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=46.74%
G=46.36%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221211800.010.850.5259.4274.2927.45
Hex7A79120155343b4a1b
Octal1721712201125647311233
Binary1111010111100110010011010101110100111011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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