#7A9009

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

Shades of Olive #7A9009

Tints of Olive #7A9009

Color information

#7A9009 (or 0x7A9009) is unknown color: approx Olive. HEX triplet: 7A, 90 and 09. RGB value is (122,144,9). Sum of RGB (Red+Green+Blue) = 122+144+9=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9009 is #856FF6. Grayscale: #7A7A7A. Windows color (decimal): -8744951 or 626810. OLE color: 626810.

HSL color Cylindrical-coordinate representation of color #7A9009: hue angle of 69.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A9009 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1221449-
CMYK0.1500.940.44
HSL69.78º88.24%30%-
HSV(B)69.78º93.75%56.47%-
XYZ18.0524.13.96-
YUV122.0364.21127.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 144 (56.64% from 255) = 52.36%
BLUE value IS 9 (3.91% from 255) = 3.27%
R=44.36%
G=52.36%
B=3.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12214490.1500.940.4469.7888.2430
Hex7A909F05E2C46581e
Octal172220111701365410613036
Binary11110101001000010011111010111101011001000110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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