#786C04

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

Shades of Olive #786C04

Tints of Olive #786C04

Color information

#786C04 (or 0x786C04) is unknown color: approx Olive. HEX triplet: 78, 6C and 04. RGB value is (120,108,4). Sum of RGB (Red+Green+Blue) = 120+108+4=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #786C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786C04 is #8793FB. Grayscale: #646464. Windows color (decimal): -8885244 or 289912. OLE color: 289912.

HSL color Cylindrical-coordinate representation of color #786C04: hue angle of 53.79º 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 #786C04 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB1201084-
CMYK00.100.970.53
HSL53.79º93.55%24.31%-
HSV(B)53.79º96.67%47.06%-
XYZ13.1314.732.27-
YUV99.7373.98142.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 108 (42.58% from 255) = 46.55%
BLUE value IS 4 (1.95% from 255) = 1.72%
R=51.72%
G=46.55%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120108400.100.970.5353.7993.5524.31
Hex786C40A6135365e18
Octal1701544012141656613630
Binary11110001101100100010101100001110101110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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