#798A05

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

Shades of Olive #798A05

Tints of Olive #798A05

Color information

#798A05 (or 0x798A05) is unknown color: approx Olive. HEX triplet: 79, 8A and 05. RGB value is (121,138,5). Sum of RGB (Red+Green+Blue) = 121+138+5=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #798A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798A05 is #8675FA. Grayscale: #767676. Windows color (decimal): -8812027 or 363129. OLE color: 363129.

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

Color convert

RGB1211385-
CMYK0.1200.960.46
HSL67.67º93.01%28.04%-
HSV(B)67.67º96.38%54.12%-
XYZ1722.253.54-
YUV117.7664.37130.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 138 (54.30% from 255) = 52.27%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=45.83%
G=52.27%
B=1.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12113850.1200.960.4667.6793.0128.04
Hex798A5C0602E445d1c
Octal17121251401405610413534
Binary1111001100010101011100011000001011101000100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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