#787311

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

Shades of Olive #787311

Tints of Olive #787311

Color information

#787311 (or 0x787311) is unknown color: approx Olive. HEX triplet: 78, 73 and 11. RGB value is (120,115,17). Sum of RGB (Red+Green+Blue) = 120+115+17=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #787311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787311 is #878CEE. Grayscale: #696969. Windows color (decimal): -8883439 or 1143672. OLE color: 1143672.

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

Color convert

RGB12011517-
CMYK00.040.860.53
HSL57.09º75.18%26.86%-
HSV(B)57.09º85.83%47.06%-
XYZ13.9816.32.94-
YUV105.3278.16138.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=47.62%
G=45.63%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201151700.040.860.5357.0975.1826.86
Hex787311045635394b1b
Octal1701632104126657111333
Binary111100011100111000101001010110110101111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787311; }

 p { color: rgb(120,115,17); }

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

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

 a { background-color: rgb(120,115,17); }

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

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

 span { border-color: rgb(120,115,17); }

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