#7A8D0A

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

Shades of Olive #7A8D0A

Tints of Olive #7A8D0A

Color information

#7A8D0A (or 0x7A8D0A) is unknown color: approx Olive. HEX triplet: 7A, 8D and 0A. RGB value is (122,141,10). Sum of RGB (Red+Green+Blue) = 122+141+10=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #7A8D0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8D0A is #8572F5. Grayscale: #787878. Windows color (decimal): -8745718 or 691578. OLE color: 691578.

HSL color Cylindrical-coordinate representation of color #7A8D0A: hue angle of 68.7º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A8D0A is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB12214110-
CMYK0.1300.930.45
HSL68.7º86.75%29.61%-
HSV(B)68.7º92.91%55.29%-
XYZ17.6123.213.84-
YUV120.3865.71129.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.69%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 10 (4.30% from 255) = 3.66%
R=44.69%
G=51.65%
B=3.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122141100.1300.930.4568.786.7529.61
Hex7A8DAD05D2D45571e
Octal172215121501355510512736
Binary11110101000110110101101010111011011011000101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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