#786B06

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

Shades of Olive #786B06

Tints of Olive #786B06

Color information

#786B06 (or 0x786B06) is unknown color: approx Olive. HEX triplet: 78, 6B and 06. RGB value is (120,107,6). Sum of RGB (Red+Green+Blue) = 120+107+6=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #786B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786B06 is #8794F9. Grayscale: #636363. Windows color (decimal): -8885498 or 420728. OLE color: 420728.

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

Color convert

RGB1201076-
CMYK00.110.950.53
HSL53.16º90.48%24.71%-
HSV(B)53.16º95%47.06%-
XYZ13.0414.522.29-
YUV99.3775.31142.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 107 (42.19% from 255) = 45.92%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=51.50%
G=45.92%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120107600.110.950.5353.1690.4824.71
Hex786B60B5F35355a19
Octal1701536013137656513231
Binary11110001101011110010111011111110101110101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,107,6); }

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

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

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

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

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

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

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