#798704

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

Shades of Olive #798704

Tints of Olive #798704

Color information

#798704 (or 0x798704) is unknown color: approx Olive. HEX triplet: 79, 87 and 04. RGB value is (121,135,4). Sum of RGB (Red+Green+Blue) = 121+135+4=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #798704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798704 is #8678FB. Grayscale: #747474. Windows color (decimal): -8812796 or 296825. OLE color: 296825.

HSL color Cylindrical-coordinate representation of color #798704: hue angle of 66.41º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #798704 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB1211354-
CMYK0.1000.970.47
HSL66.41º94.24%27.25%-
HSV(B)66.41º97.04%52.94%-
XYZ16.5721.43.37-
YUV115.8864.86131.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=46.54%
G=51.92%
B=1.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12113540.1000.970.4766.4194.2427.25
Hex79874A0612F425e1b
Octal17120741201415710213633
Binary1111001100001111001010011000011011111000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798704; }

 p { color: rgb(121,135,4); }

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

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

 a { background-color: rgb(121,135,4); }

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

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

 span { border-color: rgb(121,135,4); }

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