#796600

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

Shades of Olive #796600

Tints of Olive #796600

Color information

#796600 (or 0x796600) is unknown color: approx Olive. HEX triplet: 79, 66 and 00. RGB value is (121,102,0). Sum of RGB (Red+Green+Blue) = 121+102+0=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #796600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796600 is #8699FF. Grayscale: #606060. Windows color (decimal): -8821248 or 26233. OLE color: 26233.

HSL color Cylindrical-coordinate representation of color #796600: hue angle of 50.58º 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 #796600 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB1211020-
CMYK00.1610.53
HSL50.58º100%23.73%-
HSV(B)50.58º100%47.45%-
XYZ12.6413.571.95-
YUV96.0573.79145.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.26%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.26%
G=45.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121102000.1610.5350.5810023.73
Hex796600106435336418
Octal1711460020144656314430
Binary1111001110011000100001100100110101110011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796600; }

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

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

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

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

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

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

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

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