#7A8E09

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

Shades of Olive #7A8E09

Tints of Olive #7A8E09

Color information

#7A8E09 (or 0x7A8E09) is unknown color: approx Olive. HEX triplet: 7A, 8E and 09. RGB value is (122,142,9). Sum of RGB (Red+Green+Blue) = 122+142+9=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8E09 is #8571F6. Grayscale: #797979. Windows color (decimal): -8745463 or 626298. OLE color: 626298.

HSL color Cylindrical-coordinate representation of color #7A8E09: hue angle of 69.02º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A8E09 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1221429-
CMYK0.1400.940.44
HSL69.02º88.08%29.61%-
HSV(B)69.02º93.66%55.69%-
XYZ17.7523.53.86-
YUV120.8664.87128.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.69%
GREEN value IS 142 (55.86% from 255) = 52.01%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=44.69%
G=52.01%
B=3.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12214290.1400.940.4469.0288.0829.61
Hex7A8E9E05E2C45581e
Octal172216111601365410513036
Binary11110101000111010011110010111101011001000101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,142,9); }

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

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

 a { background-color: rgb(122,142,9); }

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

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

 span { border-color: rgb(122,142,9); }

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