#796500

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

Shades of Olive #796500

Tints of Olive #796500

Color information

#796500 (or 0x796500) is unknown color: approx Olive. HEX triplet: 79, 65 and 00. RGB value is (121,101,0). Sum of RGB (Red+Green+Blue) = 121+101+0=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #796500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796500 is #869AFF. Grayscale: #5F5F5F. Windows color (decimal): -8821504 or 25977. OLE color: 25977.

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

Color convert

RGB1211010-
CMYK00.1710.53
HSL50.08º100%23.73%-
HSV(B)50.08º100%47.45%-
XYZ12.5413.371.92-
YUV95.4774.13146.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.50%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.50%
G=45.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121101000.1710.5350.0810023.73
Hex796500116435326418
Octal1711450021144656214430
Binary1111001110010100100011100100110101110010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796500; }

 p { color: rgb(121,101,0); }

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

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

 a { background-color: rgb(121,101,0); }

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

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

 span { border-color: rgb(121,101,0); }

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