#788F0B

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

Shades of Olive #788F0B

Tints of Olive #788F0B

Color information

#788F0B (or 0x788F0B) is unknown color: approx Olive. HEX triplet: 78, 8F and 0B. RGB value is (120,143,11). Sum of RGB (Red+Green+Blue) = 120+143+11=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #788F0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788F0B is #8770F4. Grayscale: #797979. Windows color (decimal): -8876277 or 757624. OLE color: 757624.

HSL color Cylindrical-coordinate representation of color #788F0B: hue angle of 70.45º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #788F0B is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB12014311-
CMYK0.1600.920.44
HSL70.45º85.71%30.2%-
HSV(B)70.45º92.31%56.08%-
XYZ17.6323.663.95-
YUV121.0765.88127.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 143 (56.25% from 255) = 52.19%
BLUE value IS 11 (4.69% from 255) = 4.01%
R=43.80%
G=52.19%
B=4.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120143110.1600.920.4470.4585.7130.2
Hex788FB1005C2C46561e
Octal170217132001345410612636
Binary111100010001111101110000010111001011001000110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788F0B; }

 p { color: rgb(120,143,11); }

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

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

 a { background-color: rgb(120,143,11); }

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

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

 span { border-color: rgb(120,143,11); }

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