#79840A

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

Shades of Olive #79840A

Tints of Olive #79840A

Color information

#79840A (or 0x79840A) is unknown color: approx Olive. HEX triplet: 79, 84 and 0A. RGB value is (121,132,10). Sum of RGB (Red+Green+Blue) = 121+132+10=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #79840A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79840A is #867BF5. Grayscale: #737373. Windows color (decimal): -8813558 or 689273. OLE color: 689273.

HSL color Cylindrical-coordinate representation of color #79840A: hue angle of 65.41º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79840A is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB12113210-
CMYK0.0800.920.48
HSL65.41º85.92%27.84%-
HSV(B)65.41º92.42%51.76%-
XYZ16.1920.593.41-
YUV114.868.86132.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 132 (51.95% from 255) = 50.19%
BLUE value IS 10 (4.30% from 255) = 3.80%
R=46.01%
G=50.19%
B=3.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121132100.0800.920.4865.4185.9227.84
Hex7984A805C3041561c
Octal171204121001346010112634
Binary11110011000010010101000010111001100001000001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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