#798701

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

Shades of Olive #798701

Tints of Olive #798701

Color information

#798701 (or 0x798701) is unknown color: approx Olive. HEX triplet: 79, 87 and 01. RGB value is (121,135,1). Sum of RGB (Red+Green+Blue) = 121+135+1=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #798701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798701 is #8678FE. Grayscale: #747474. Windows color (decimal): -8812799 or 100217. OLE color: 100217.

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

Color convert

RGB1211351-
CMYK0.1000.990.47
HSL66.27º98.53%26.67%-
HSV(B)66.27º99.26%52.94%-
XYZ16.5521.43.29-
YUV115.5463.36131.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 135 (53.12% from 255) = 52.53%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=47.08%
G=52.53%
B=0.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12113510.1000.990.4766.2798.5326.67
Hex79871A0632F42631b
Octal17120711201435710214333
Binary11110011000011111010011000111011111000010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798701; }

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

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

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

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

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

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

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

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