#7A8F04

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

Shades of Olive #7A8F04

Tints of Olive #7A8F04

Color information

#7A8F04 (or 0x7A8F04) is unknown color: approx Olive. HEX triplet: 7A, 8F and 04. RGB value is (122,143,4). Sum of RGB (Red+Green+Blue) = 122+143+4=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8F04 is #8570FB. Grayscale: #797979. Windows color (decimal): -8745212 or 298874. OLE color: 298874.

HSL color Cylindrical-coordinate representation of color #7A8F04: hue angle of 69.06º 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 #7A8F04 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1221434-
CMYK0.1500.970.44
HSL69.06º94.56%28.82%-
HSV(B)69.06º97.2%56.08%-
XYZ17.8723.793.77-
YUV120.8762.04128.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.35%
GREEN value IS 143 (56.25% from 255) = 53.16%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=45.35%
G=53.16%
B=1.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12214340.1500.970.4469.0694.5628.82
Hex7A8F4F0612C455f1d
Octal17221741701415410513735
Binary1111010100011111001111011000011011001000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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