#787301

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

Shades of Olive #787301

Tints of Olive #787301

Color information

#787301 (or 0x787301) is unknown color: approx Olive. HEX triplet: 78, 73 and 01. RGB value is (120,115,1). Sum of RGB (Red+Green+Blue) = 120+115+1=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #787301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787301 is #878CFE. Grayscale: #676767. Windows color (decimal): -8883455 or 95096. OLE color: 95096.

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

Color convert

RGB1201151-
CMYK00.040.990.53
HSL57.48º98.35%23.73%-
HSV(B)57.48º99.17%47.06%-
XYZ13.8816.262.43-
YUV103.570.16139.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=50.85%
G=48.73%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120115100.040.990.5357.4898.3523.73
Hex78731046335396218
Octal170163104143657114230
Binary11110001110011101001100011110101111001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787301; }

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

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

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

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

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

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

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

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