#798800

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

Shades of Olive #798800

Tints of Olive #798800

Color information

#798800 (or 0x798800) is unknown color: approx Olive. HEX triplet: 79, 88 and 00. RGB value is (121,136,0). Sum of RGB (Red+Green+Blue) = 121+136+0=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #798800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798800 is #8677FF. Grayscale: #747474. Windows color (decimal): -8812544 or 34937. OLE color: 34937.

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

Color convert

RGB1211360-
CMYK0.11010.47
HSL66.62º100%26.67%-
HSV(B)66.62º100%53.33%-
XYZ16.6921.673.3-
YUV116.0162.53131.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.08%
G=52.92%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12113600.11010.4766.6210026.67
Hex79880B0642F43641b
Octal17121001301445710314433
Binary11110011000100001011011001001011111000011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798800; }

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

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

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

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

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

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

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

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