#796601

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

Shades of Olive #796601

Tints of Olive #796601

Color information

#796601 (or 0x796601) is unknown color: approx Olive. HEX triplet: 79, 66 and 01. RGB value is (121,102,1). Sum of RGB (Red+Green+Blue) = 121+102+1=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #796601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796601 is #8699FE. Grayscale: #606060. Windows color (decimal): -8821247 or 91769. OLE color: 91769.

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

Color convert

RGB1211021-
CMYK00.160.990.53
HSL50.5º98.36%23.92%-
HSV(B)50.5º99.17%47.45%-
XYZ12.6413.571.98-
YUV96.1774.29145.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.02%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=54.02%
G=45.54%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121102100.160.990.5350.598.3623.92
Hex796610106335326218
Octal1711461020143656214230
Binary1111001110011010100001100011110101110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796601; }

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

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

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

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

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

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

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

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