#798A00

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

Shades of Olive #798A00

Tints of Olive #798A00

Color information

#798A00 (or 0x798A00) is unknown color: approx Olive. HEX triplet: 79, 8A and 00. RGB value is (121,138,0). Sum of RGB (Red+Green+Blue) = 121+138+0=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #798A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798A00 is #8675FF. Grayscale: #757575. Windows color (decimal): -8812032 or 35449. OLE color: 35449.

HSL color Cylindrical-coordinate representation of color #798A00: hue angle of 67.39º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #798A00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB1211380-
CMYK0.12010.46
HSL67.39º100%27.06%-
HSV(B)67.39º100%54.12%-
XYZ16.9722.243.4-
YUV117.1861.87130.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.72%
GREEN value IS 138 (54.30% from 255) = 53.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.72%
G=53.28%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12113800.12010.4667.3910027.06
Hex798A0C0642E43641b
Octal17121201401445610314433
Binary11110011000101001100011001001011101000011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,138,0); }

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

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

 a { background-color: rgb(121,138,0); }

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

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

 span { border-color: rgb(121,138,0); }

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