#7A8E04

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

Shades of Olive #7A8E04

Tints of Olive #7A8E04

Color information

#7A8E04 (or 0x7A8E04) is unknown color: approx Olive. HEX triplet: 7A, 8E and 04. RGB value is (122,142,4). Sum of RGB (Red+Green+Blue) = 122+142+4=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8E04 is #8571FB. Grayscale: #787878. Windows color (decimal): -8745468 or 298618. OLE color: 298618.

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

Color convert

RGB1221424-
CMYK0.1400.970.44
HSL68.7º94.52%28.63%-
HSV(B)68.7º97.18%55.69%-
XYZ17.7223.493.72-
YUV120.2962.37129.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.52%
GREEN value IS 142 (55.86% from 255) = 52.99%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=45.52%
G=52.99%
B=1.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12214240.1400.970.4468.794.5228.63
Hex7A8E4E0612C455f1d
Octal17221641601415410513735
Binary1111010100011101001110011000011011001000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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