#73700E

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

Shades of Olive #73700E

Tints of Olive #73700E

Color information

#73700E (or 0x73700E) is unknown color: approx Olive. HEX triplet: 73, 70 and 0E. RGB value is (115,112,14). Sum of RGB (Red+Green+Blue) = 115+112+14=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73700E is #8C8FF1. Grayscale: #666666. Windows color (decimal): -9211890 or 946291. OLE color: 946291.

HSL color Cylindrical-coordinate representation of color #73700E: hue angle of 58.22º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73700E is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB11511214-
CMYK00.030.880.55
HSL58.22º78.29%25.29%-
HSV(B)58.22º87.83%45.1%-
XYZ12.9415.262.68-
YUV101.7278.49137.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 14 (5.86% from 255) = 5.81%
R=47.72%
G=46.47%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151121400.030.880.5558.2278.2925.29
Hex7370E0358373a4e19
Octal1631601603130677211631
Binary1110011111000011100111011000110111111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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