#786D01

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

Shades of Olive #786D01

Tints of Olive #786D01

Color information

#786D01 (or 0x786D01) is unknown color: approx Olive. HEX triplet: 78, 6D and 01. RGB value is (120,109,1). Sum of RGB (Red+Green+Blue) = 120+109+1=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #786D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786D01 is #8792FE. Grayscale: #646464. Windows color (decimal): -8884991 or 93560. OLE color: 93560.

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

Color convert

RGB1201091-
CMYK00.090.990.53
HSL54.45º98.35%23.73%-
HSV(B)54.45º99.17%47.06%-
XYZ13.2214.932.21-
YUV99.9872.14142.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 109 (42.97% from 255) = 47.39%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=52.17%
G=47.39%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120109100.090.990.5354.4598.3523.73
Hex786D1096335366218
Octal1701551011143656614230
Binary111100011011011010011100011110101110110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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