#73780E

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

Shades of Olive #73780E

Tints of Olive #73780E

Color information

#73780E (or 0x73780E) is unknown color: approx Olive. HEX triplet: 73, 78 and 0E. RGB value is (115,120,14). Sum of RGB (Red+Green+Blue) = 115+120+14=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #73780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73780E is #8C87F1. Grayscale: #6A6A6A. Windows color (decimal): -9209842 or 948339. OLE color: 948339.

HSL color Cylindrical-coordinate representation of color #73780E: hue angle of 62.83º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73780E is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB11512014-
CMYK0.0400.880.53
HSL62.83º79.1%26.27%-
HSV(B)62.83º88.33%47.06%-
XYZ13.8717.112.99-
YUV106.4275.84134.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 120 (47.27% from 255) = 48.19%
BLUE value IS 14 (5.86% from 255) = 5.62%
R=46.18%
G=48.19%
B=5.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115120140.0400.880.5362.8379.126.27
Hex7378E4058353f4f1a
Octal1631701640130657711732
Binary11100111111000111010001011000110101111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73780E; }

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

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

<style>
 a { background-color: #73780E; }

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

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

<style>
 span { border-color: #73780E; }

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

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