#786F0D

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

Shades of Olive #786F0D

Tints of Olive #786F0D

Color information

#786F0D (or 0x786F0D) is unknown color: approx Olive. HEX triplet: 78, 6F and 0D. RGB value is (120,111,13). Sum of RGB (Red+Green+Blue) = 120+111+13=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #786F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786F0D is #8790F2. Grayscale: #666666. Windows color (decimal): -8884467 or 880504. OLE color: 880504.

HSL color Cylindrical-coordinate representation of color #786F0D: hue angle of 54.95º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #786F0D is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB12011113-
CMYK00.080.890.53
HSL54.95º80.45%26.08%-
HSV(B)54.95º89.17%47.06%-
XYZ13.515.392.64-
YUV102.5277.48140.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 111 (43.75% from 255) = 45.49%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=49.18%
G=45.49%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201111300.080.890.5354.9580.4526.08
Hex786FD08593537501a
Octal17015715010131656712032
Binary111100011011111101010001011001110101110111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,111,13); }

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

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

 a { background-color: rgb(120,111,13); }

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

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

 span { border-color: rgb(120,111,13); }

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