#787201

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

Shades of Olive #787201

Tints of Olive #787201

Color information

#787201 (or 0x787201) is unknown color: approx Olive. HEX triplet: 78, 72 and 01. RGB value is (120,114,1). Sum of RGB (Red+Green+Blue) = 120+114+1=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #787201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787201 is #878DFE. Grayscale: #676767. Windows color (decimal): -8883711 or 94840. OLE color: 94840.

HSL color Cylindrical-coordinate representation of color #787201: hue angle of 56.97º 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 #787201 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB1201141-
CMYK00.050.990.53
HSL56.97º98.35%23.73%-
HSV(B)56.97º99.17%47.06%-
XYZ13.7716.032.4-
YUV102.9170.49140.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=51.06%
G=48.51%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120114100.050.990.5356.9798.3523.73
Hex78721056335396218
Octal170162105143657114230
Binary11110001110010101011100011110101111001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787201; }

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

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

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

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

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

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

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

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