#786E0D

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

Shades of Olive #786E0D

Tints of Olive #786E0D

Color information

#786E0D (or 0x786E0D) is unknown color: approx Olive. HEX triplet: 78, 6E and 0D. RGB value is (120,110,13). Sum of RGB (Red+Green+Blue) = 120+110+13=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #786E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786E0D is #8791F2. Grayscale: #666666. Windows color (decimal): -8884723 or 880248. OLE color: 880248.

HSL color Cylindrical-coordinate representation of color #786E0D: hue angle of 54.39º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #786E0D is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB12011013-
CMYK00.080.890.53
HSL54.39º80.45%26.08%-
HSV(B)54.39º89.17%47.06%-
XYZ13.3915.172.6-
YUV101.9377.81140.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 110 (43.36% from 255) = 45.27%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=49.38%
G=45.27%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201101300.080.890.5354.3980.4526.08
Hex786ED08593536501a
Octal17015615010131656612032
Binary111100011011101101010001011001110101110110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E0D; }

 p { color: rgb(120,110,13); }

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

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

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

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

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

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

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