#7A9400

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

Shades of Olive #7A9400

Tints of Olive #7A9400

Color information

#7A9400 (or 0x7A9400) is unknown color: approx Olive. HEX triplet: 7A, 94 and 00. RGB value is (122,148,0). Sum of RGB (Red+Green+Blue) = 122+148+0=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9400 is #856BFF. Grayscale: #7B7B7B. Windows color (decimal): -8743936 or 38010. OLE color: 38010.

HSL color Cylindrical-coordinate representation of color #7A9400: hue angle of 70.54º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A9400 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1221480-
CMYK0.18010.42
HSL70.54º100%29.02%-
HSV(B)70.54º100%58.04%-
XYZ18.6225.323.91-
YUV123.3558.39127.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.19%
GREEN value IS 148 (58.20% from 255) = 54.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.19%
G=54.81%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12214800.18010.4270.5410029.02
Hex7A940120642A47641d
Octal17222402201445210714435
Binary111101010010100010010011001001010101000111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,148,0); }

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

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

 a { background-color: rgb(122,148,0); }

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

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

 span { border-color: rgb(122,148,0); }

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