#786701

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

Shades of Olive #786701

Tints of Olive #786701

Color information

#786701 (or 0x786701) is unknown color: approx Olive. HEX triplet: 78, 67 and 01. RGB value is (120,103,1). Sum of RGB (Red+Green+Blue) = 120+103+1=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #786701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786701 is #8798FE. Grayscale: #606060. Windows color (decimal): -8886527 or 92024. OLE color: 92024.

HSL color Cylindrical-coordinate representation of color #786701: hue angle of 51.43º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #786701 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB1201031-
CMYK00.140.990.53
HSL51.43º98.35%23.73%-
HSV(B)51.43º99.17%47.06%-
XYZ12.613.72.01-
YUV96.4674.13144.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.57%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=53.57%
G=45.98%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120103100.140.990.5351.4398.3523.73
Hex786710E6335336218
Octal1701471016143656314230
Binary111100011001111011101100011110101110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786701; }

 p { color: rgb(120,103,1); }

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

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

 a { background-color: rgb(120,103,1); }

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

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

 span { border-color: rgb(120,103,1); }

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