#798503

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

Shades of Olive #798503

Tints of Olive #798503

Color information

#798503 (or 0x798503) is unknown color: approx Olive. HEX triplet: 79, 85 and 03. RGB value is (121,133,3). Sum of RGB (Red+Green+Blue) = 121+133+3=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #798503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798503 is #867AFC. Grayscale: #737373. Windows color (decimal): -8813309 or 230777. OLE color: 230777.

HSL color Cylindrical-coordinate representation of color #798503: hue angle of 65.54º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #798503 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB1211333-
CMYK0.0900.980.48
HSL65.54º95.59%26.67%-
HSV(B)65.54º97.74%52.16%-
XYZ16.2920.853.25-
YUV114.5965.02132.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=47.08%
G=51.75%
B=1.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12113330.0900.980.4865.5495.5926.67
Hex7985390623042601b
Octal17120531101426010214033
Binary111100110000101111001011000101100001000010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798503; }

 p { color: rgb(121,133,3); }

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

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

 a { background-color: rgb(121,133,3); }

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

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

 span { border-color: rgb(121,133,3); }

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