#798D05

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

Shades of Olive #798D05

Tints of Olive #798D05

Color information

#798D05 (or 0x798D05) is unknown color: approx Olive. HEX triplet: 79, 8D and 05. RGB value is (121,141,5). Sum of RGB (Red+Green+Blue) = 121+141+5=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #798D05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798D05 is #8672FA. Grayscale: #787878. Windows color (decimal): -8811259 or 363897. OLE color: 363897.

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

Color convert

RGB1211415-
CMYK0.1400.960.45
HSL68.82º93.15%28.63%-
HSV(B)68.82º96.45%55.29%-
XYZ17.4423.133.69-
YUV119.5263.37129.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.32%
GREEN value IS 141 (55.47% from 255) = 52.81%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=45.32%
G=52.81%
B=1.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12114150.1400.960.4568.8293.1528.63
Hex798D5E0602D455d1d
Octal17121551601405510513535
Binary1111001100011011011110011000001011011000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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