#786C03

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

Shades of Olive #786C03

Tints of Olive #786C03

Color information

#786C03 (or 0x786C03) is unknown color: approx Olive. HEX triplet: 78, 6C and 03. RGB value is (120,108,3). Sum of RGB (Red+Green+Blue) = 120+108+3=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #786C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786C03 is #8793FC. Grayscale: #646464. Windows color (decimal): -8885245 or 224376. OLE color: 224376.

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

Color convert

RGB1201083-
CMYK00.100.980.53
HSL53.85º95.12%24.12%-
HSV(B)53.85º97.5%47.06%-
XYZ13.1214.722.24-
YUV99.6273.48142.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 108 (42.58% from 255) = 46.75%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=51.95%
G=46.75%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120108300.100.980.5353.8595.1224.12
Hex786C30A6235365f18
Octal1701543012142656613730
Binary1111000110110011010101100010110101110110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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