#798D0A

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

Shades of Olive #798D0A

Tints of Olive #798D0A

Color information

#798D0A (or 0x798D0A) is unknown color: approx Olive. HEX triplet: 79, 8D and 0A. RGB value is (121,141,10). Sum of RGB (Red+Green+Blue) = 121+141+10=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #798D0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798D0A is #8672F5. Grayscale: #787878. Windows color (decimal): -8811254 or 691577. OLE color: 691577.

HSL color Cylindrical-coordinate representation of color #798D0A: hue angle of 69.16º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #798D0A is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB12114110-
CMYK0.1400.930.45
HSL69.16º86.75%29.61%-
HSV(B)69.16º92.91%55.29%-
XYZ17.4623.143.83-
YUV120.0965.87128.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 141 (55.47% from 255) = 51.84%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=44.49%
G=51.84%
B=3.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121141100.1400.930.4569.1686.7529.61
Hex798DAE05D2D45571e
Octal171215121601355510512736
Binary11110011000110110101110010111011011011000101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798D0A; }

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

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

<style>
 a { background-color: #798D0A; }

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

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

<style>
 span { border-color: #798D0A; }

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

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