#73890E

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

Shades of Olive #73890E

Tints of Olive #73890E

Color information

#73890E (or 0x73890E) is unknown color: approx Olive. HEX triplet: 73, 89 and 0E. RGB value is (115,137,14). Sum of RGB (Red+Green+Blue) = 115+137+14=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #73890E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73890E is #8C76F1. Grayscale: #747474. Windows color (decimal): -9205490 or 952691. OLE color: 952691.

HSL color Cylindrical-coordinate representation of color #73890E: hue angle of 70.73º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73890E is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB11513714-
CMYK0.1600.900.46
HSL70.73º81.46%29.61%-
HSV(B)70.73º89.78%53.73%-
XYZ16.121.573.73-
YUV116.470.21127-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 137 (53.91% from 255) = 51.50%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=43.23%
G=51.50%
B=5.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115137140.1600.900.4670.7381.4629.61
Hex7389E1005A2E47511e
Octal163211162001325610712136
Binary111001110001001111010000010110101011101000111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73890E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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