#789800

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

Shades of Olive #789800

Tints of Olive #789800

Color information

#789800 (or 0x789800) is unknown color: approx Olive. HEX triplet: 78, 98 and 00. RGB value is (120,152,0). Sum of RGB (Red+Green+Blue) = 120+152+0=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #789800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789800 is #8767FF. Grayscale: #7D7D7D. Windows color (decimal): -8873984 or 39032. OLE color: 39032.

HSL color Cylindrical-coordinate representation of color #789800: hue angle of 72.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #789800 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1201520-
CMYK0.21010.40
HSL72.63º100%29.8%-
HSV(B)72.63º100%59.61%-
XYZ18.9726.454.11-
YUV125.157.4124.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 152 (59.77% from 255) = 55.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.12%
G=55.88%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12015200.21010.4072.6310029.8
Hex78980150642849641e
Octal17023002501445011114436
Binary111100010011000010101011001001010001001001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789800; }

 p { color: rgb(120,152,0); }

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

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

 a { background-color: rgb(120,152,0); }

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

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

 span { border-color: rgb(120,152,0); }

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