#798600

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

Shades of Olive #798600

Tints of Olive #798600

Color information

#798600 (or 0x798600) is unknown color: approx Olive. HEX triplet: 79, 86 and 00. RGB value is (121,134,0). Sum of RGB (Red+Green+Blue) = 121+134+0=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #798600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798600 is #8679FF. Grayscale: #737373. Windows color (decimal): -8813056 or 34425. OLE color: 34425.

HSL color Cylindrical-coordinate representation of color #798600: hue angle of 65.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #798600 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB1211340-
CMYK0.10010.47
HSL65.82º100%26.27%-
HSV(B)65.82º100%52.55%-
XYZ16.4121.123.21-
YUV114.8463.19132.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 134 (52.73% from 255) = 52.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.45%
G=52.55%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12113400.10010.4765.8210026.27
Hex79860A0642F42641a
Octal17120601201445710214432
Binary11110011000011001010011001001011111000010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798600; }

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

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

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

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

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

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

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

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