#796700

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

Shades of Olive #796700

Tints of Olive #796700

Color information

#796700 (or 0x796700) is unknown color: approx Olive. HEX triplet: 79, 67 and 00. RGB value is (121,103,0). Sum of RGB (Red+Green+Blue) = 121+103+0=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #796700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796700 is #8698FF. Grayscale: #616161. Windows color (decimal): -8820992 or 26489. OLE color: 26489.

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

Color convert

RGB1211030-
CMYK00.1510.53
HSL51.07º100%23.73%-
HSV(B)51.07º100%47.45%-
XYZ12.7413.771.99-
YUV96.6473.46145.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.02%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.02%
G=45.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121103000.1510.5351.0710023.73
Hex796700F6435336418
Octal1711470017144656314430
Binary111100111001110011111100100110101110011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796700; }

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

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

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

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

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

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

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

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