#796907

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

Shades of Olive #796907

Tints of Olive #796907

Color information

#796907 (or 0x796907) is unknown color: approx Olive. HEX triplet: 79, 69 and 07. RGB value is (121,105,7). Sum of RGB (Red+Green+Blue) = 121+105+7=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #796907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796907 is #8696F8. Grayscale: #636363. Windows color (decimal): -8820473 or 485753. OLE color: 485753.

HSL color Cylindrical-coordinate representation of color #796907: hue angle of 51.58º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #796907 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB1211057-
CMYK00.130.940.53
HSL51.58º89.06%25.1%-
HSV(B)51.58º94.21%47.45%-
XYZ12.9814.182.25-
YUV98.6176.3143.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.93%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 7 (3.12% from 255) = 3.00%
R=51.93%
G=45.06%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121105700.130.940.5351.5889.0625.1
Hex796970D5E35345919
Octal1711517015136656413131
Binary11110011101001111011011011110110101110100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796907; }

 p { color: rgb(121,105,7); }

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

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

 a { background-color: rgb(121,105,7); }

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

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

 span { border-color: rgb(121,105,7); }

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