#786A05

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

Shades of Olive #786A05

Tints of Olive #786A05

Color information

#786A05 (or 0x786A05) is unknown color: approx Olive. HEX triplet: 78, 6A and 05. RGB value is (120,106,5). Sum of RGB (Red+Green+Blue) = 120+106+5=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #786A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786A05 is #8795FA. Grayscale: #636363. Windows color (decimal): -8885755 or 354936. OLE color: 354936.

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

Color convert

RGB1201065-
CMYK00.120.960.53
HSL52.7º92%24.51%-
HSV(B)52.7º95.83%47.06%-
XYZ12.9314.312.22-
YUV98.6775.14143.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 106 (41.80% from 255) = 45.89%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=51.95%
G=45.89%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120106500.120.960.5352.79224.51
Hex786A50C6035355c19
Octal1701525014140656513431
Binary11110001101010101011001100000110101110101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,106,5); }

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

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

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

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

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

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

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