#796703

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

Shades of Olive #796703

Tints of Olive #796703

Color information

#796703 (or 0x796703) is unknown color: approx Olive. HEX triplet: 79, 67 and 03. RGB value is (121,103,3). Sum of RGB (Red+Green+Blue) = 121+103+3=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #796703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796703 is #8698FC. Grayscale: #616161. Windows color (decimal): -8820989 or 223097. OLE color: 223097.

HSL color Cylindrical-coordinate representation of color #796703: hue angle of 50.85º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #796703 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1211033-
CMYK00.150.980.53
HSL50.85º95.16%24.31%-
HSV(B)50.85º97.52%47.45%-
XYZ12.7513.772.07-
YUV96.9874.96145.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.30%
GREEN value IS 103 (40.62% from 255) = 45.37%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=53.30%
G=45.37%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121103300.150.980.5350.8595.1624.31
Hex796730F6235335f18
Octal1711473017142656313730
Binary1111001110011111011111100010110101110011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796703; }

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

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

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

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

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

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

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

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