#786C07

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

Shades of Olive #786C07

Tints of Olive #786C07

Color information

#786C07 (or 0x786C07) is unknown color: approx Olive. HEX triplet: 78, 6C and 07. RGB value is (120,108,7). Sum of RGB (Red+Green+Blue) = 120+108+7=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #786C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786C07 is #8793F8. Grayscale: #646464. Windows color (decimal): -8885241 or 486520. OLE color: 486520.

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

Color convert

RGB1201087-
CMYK00.100.940.53
HSL53.63º88.98%24.9%-
HSV(B)53.63º94.17%47.06%-
XYZ13.1514.732.35-
YUV100.0775.48142.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 108 (42.58% from 255) = 45.96%
BLUE value IS 7 (3.12% from 255) = 2.98%
R=51.06%
G=45.96%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120108700.100.940.5353.6388.9824.9
Hex786C70A5E35365919
Octal1701547012136656613131
Binary11110001101100111010101011110110101110110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,108,7); }

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

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

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

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

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

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

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