#7A9407

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

Shades of Olive #7A9407

Tints of Olive #7A9407

Color information

#7A9407 (or 0x7A9407) is unknown color: approx Olive. HEX triplet: 7A, 94 and 07. RGB value is (122,148,7). Sum of RGB (Red+Green+Blue) = 122+148+7=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9407 is #856BF8. Grayscale: #7C7C7C. Windows color (decimal): -8743929 or 496762. OLE color: 496762.

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

Color convert

RGB1221487-
CMYK0.1800.950.42
HSL71.06º90.97%30.39%-
HSV(B)71.06º95.27%58.04%-
XYZ18.6525.334.11-
YUV124.1561.89126.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.04%
GREEN value IS 148 (58.20% from 255) = 53.43%
BLUE value IS 7 (3.12% from 255) = 2.53%
R=44.04%
G=53.43%
B=2.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12214870.1800.950.4271.0690.9730.39
Hex7A9471205F2A475b1e
Octal17222472201375210713336
Binary11110101001010011110010010111111010101000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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