#78730D

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

Shades of Olive #78730D

Tints of Olive #78730D

Color information

#78730D (or 0x78730D) is unknown color: approx Olive. HEX triplet: 78, 73 and 0D. RGB value is (120,115,13). Sum of RGB (Red+Green+Blue) = 120+115+13=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78730D is #878CF2. Grayscale: #696969. Windows color (decimal): -8883443 or 881528. OLE color: 881528.

HSL color Cylindrical-coordinate representation of color #78730D: hue angle of 57.2º 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 #78730D is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB12011513-
CMYK00.040.890.53
HSL57.2º80.45%26.08%-
HSV(B)57.2º89.17%47.06%-
XYZ13.9516.282.79-
YUV104.8776.16138.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 13 (5.47% from 255) = 5.24%
R=48.39%
G=46.37%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201151300.040.890.5357.280.4526.08
Hex7873D04593539501a
Octal1701631504131657112032
Binary11110001110011110101001011001110101111001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78730D; }

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

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

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

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

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

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

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

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