#787104

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

Shades of Olive #787104

Tints of Olive #787104

Color information

#787104 (or 0x787104) is unknown color: approx Olive. HEX triplet: 78, 71 and 04. RGB value is (120,113,4). Sum of RGB (Red+Green+Blue) = 120+113+4=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #787104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787104 is #878EFB. Grayscale: #676767. Windows color (decimal): -8883964 or 291192. OLE color: 291192.

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

Color convert

RGB1201134-
CMYK00.060.970.53
HSL56.38º93.55%24.31%-
HSV(B)56.38º96.67%47.06%-
XYZ13.6715.812.45-
YUV102.6772.32140.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 113 (44.53% from 255) = 47.68%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=50.63%
G=47.68%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120113400.060.970.5356.3893.5524.31
Hex78714066135385e18
Octal170161406141657013630
Binary1111000111000110001101100001110101111000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787104; }

 p { color: rgb(120,113,4); }

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

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

 a { background-color: rgb(120,113,4); }

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

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

 span { border-color: rgb(120,113,4); }

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