#787813

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

Shades of Olive #787813

Tints of Olive #787813

Color information

#787813 (or 0x787813) is unknown color: approx Olive. HEX triplet: 78, 78 and 13. RGB value is (120,120,19). Sum of RGB (Red+Green+Blue) = 120+120+19=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787813 is #8787EC. Grayscale: #6C6C6C. Windows color (decimal): -8882157 or 1276024. OLE color: 1276024.

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

Color convert

RGB12012019-
CMYK000.840.53
HSL60º72.66%27.25%-
HSV(B)60º84.17%47.06%-
XYZ14.5817.473.22-
YUV108.4977.5136.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=46.33%
G=46.33%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012019000.840.536072.6627.25
Hex7878130054353c491b
Octal1701702300124657411133
Binary1111000111100010011001010100110101111100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787813; }

 p { color: rgb(120,120,19); }

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

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

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

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

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

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

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