#786C01

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

Shades of Olive #786C01

Tints of Olive #786C01

Color information

#786C01 (or 0x786C01) is unknown color: approx Olive. HEX triplet: 78, 6C and 01. RGB value is (120,108,1). Sum of RGB (Red+Green+Blue) = 120+108+1=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #786C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786C01 is #8793FE. Grayscale: #636363. Windows color (decimal): -8885247 or 93304. OLE color: 93304.

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

Color convert

RGB1201081-
CMYK00.100.990.53
HSL53.95º98.35%23.73%-
HSV(B)53.95º99.17%47.06%-
XYZ13.1114.722.18-
YUV99.3972.48142.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=52.40%
G=47.16%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120108100.100.990.5353.9598.3523.73
Hex786C10A6335366218
Octal1701541012143656614230
Binary111100011011001010101100011110101110110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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