#79900A

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

Shades of Olive #79900A

Tints of Olive #79900A

Color information

#79900A (or 0x79900A) is unknown color: approx Olive. HEX triplet: 79, 90 and 0A. RGB value is (121,144,10). Sum of RGB (Red+Green+Blue) = 121+144+10=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #79900A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79900A is #866FF5. Grayscale: #7A7A7A. Windows color (decimal): -8810486 or 692345. OLE color: 692345.

HSL color Cylindrical-coordinate representation of color #79900A: hue angle of 70.3º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79900A is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB12114410-
CMYK0.1600.930.44
HSL70.3º87.01%30.2%-
HSV(B)70.3º93.06%56.47%-
XYZ17.9124.033.98-
YUV121.8564.88127.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44%
GREEN value IS 144 (56.64% from 255) = 52.36%
BLUE value IS 10 (4.30% from 255) = 3.64%
R=44%
G=52.36%
B=3.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121144100.1600.930.4470.387.0130.2
Hex7990A1005D2C46571e
Octal171220122001355410612736
Binary111100110010000101010000010111011011001000110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79900A; }

 p { color: rgb(121,144,10); }

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

<style>
 a { background-color: #79900A; }

 a { background-color: rgb(121,144,10); }

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

<style>
 span { border-color: #79900A; }

 span { border-color: rgb(121,144,10); }

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