#7A9005

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

Shades of Olive #7A9005

Tints of Olive #7A9005

Color information

#7A9005 (or 0x7A9005) is unknown color: approx Olive. HEX triplet: 7A, 90 and 05. RGB value is (122,144,5). Sum of RGB (Red+Green+Blue) = 122+144+5=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9005 is #856FFA. Grayscale: #7A7A7A. Windows color (decimal): -8744955 or 364666. OLE color: 364666.

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

Color convert

RGB1221445-
CMYK0.1500.970.44
HSL69.5º93.29%29.22%-
HSV(B)69.5º96.53%56.47%-
XYZ18.0324.13.84-
YUV121.5862.21128.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.02%
GREEN value IS 144 (56.64% from 255) = 53.14%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=45.02%
G=53.14%
B=1.85%

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
Decimal12214450.1500.970.4469.593.2929.22
Hex7A905F0612C455d1d
Octal17222051701415410513535
Binary1111010100100001011111011000011011001000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,144,5); }

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

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

 a { background-color: rgb(122,144,5); }

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

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

 span { border-color: rgb(122,144,5); }

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