#79820B

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

Shades of Olive #79820B

Tints of Olive #79820B

Color information

#79820B (or 0x79820B) is unknown color: approx Olive. HEX triplet: 79, 82 and 0B. RGB value is (121,130,11). Sum of RGB (Red+Green+Blue) = 121+130+11=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #79820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79820B is #867DF4. Grayscale: #727272. Windows color (decimal): -8814069 or 754297. OLE color: 754297.

HSL color Cylindrical-coordinate representation of color #79820B: hue angle of 64.54º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79820B is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB12113011-
CMYK0.0700.920.49
HSL64.54º84.4%27.65%-
HSV(B)64.54º91.54%50.98%-
XYZ15.9320.053.35-
YUV113.7470.02133.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.18%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 11 (4.69% from 255) = 4.20%
R=46.18%
G=49.62%
B=4.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121130110.0700.920.4964.5484.427.65
Hex7982B705C3141541c
Octal17120213701346110112434
Binary1111001100000101011111010111001100011000001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79820B; }

 p { color: rgb(121,130,11); }

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

<style>
 a { background-color: #79820B; }

 a { background-color: rgb(121,130,11); }

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

<style>
 span { border-color: #79820B; }

 span { border-color: rgb(121,130,11); }

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