#798B0B

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

Shades of Olive #798B0B

Tints of Olive #798B0B

Color information

#798B0B (or 0x798B0B) is unknown color: approx Olive. HEX triplet: 79, 8B and 0B. RGB value is (121,139,11). Sum of RGB (Red+Green+Blue) = 121+139+11=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #798B0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798B0B is #8674F4. Grayscale: #777777. Windows color (decimal): -8811765 or 756601. OLE color: 756601.

HSL color Cylindrical-coordinate representation of color #798B0B: hue angle of 68.44º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #798B0B is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB12113911-
CMYK0.1300.920.45
HSL68.44º85.33%29.41%-
HSV(B)68.44º92.09%54.51%-
XYZ17.1822.553.76-
YUV119.0367.04129.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 139 (54.69% from 255) = 51.29%
BLUE value IS 11 (4.69% from 255) = 4.06%
R=44.65%
G=51.29%
B=4.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121139110.1300.920.4568.4485.3329.41
Hex798BBD05C2D44551d
Octal171213131501345510412535
Binary11110011000101110111101010111001011011000100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798B0B; }

 p { color: rgb(121,139,11); }

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

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

 a { background-color: rgb(121,139,11); }

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

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

 span { border-color: rgb(121,139,11); }

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