#73710F

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

Shades of Olive #73710F

Tints of Olive #73710F

Color information

#73710F (or 0x73710F) is unknown color: approx Olive. HEX triplet: 73, 71 and 0F. RGB value is (115,113,15). Sum of RGB (Red+Green+Blue) = 115+113+15=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73710F is #8C8EF0. Grayscale: #666666. Windows color (decimal): -9211633 or 1012083. OLE color: 1012083.

HSL color Cylindrical-coordinate representation of color #73710F: hue angle of 58.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73710F is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB11511315-
CMYK00.020.870.55
HSL58.8º76.92%25.49%-
HSV(B)58.8º86.96%45.1%-
XYZ13.0615.492.75-
YUV102.4378.66136.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 15 (6.25% from 255) = 6.17%
R=47.33%
G=46.50%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151131500.020.870.5558.876.9225.49
Hex7371F0257373b4d19
Octal1631611702127677311531
Binary1110011111000111110101010111110111111011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73710F; }

 p { color: rgb(115,113,15); }

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

<style>
 a { background-color: #73710F; }

 a { background-color: rgb(115,113,15); }

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

<style>
 span { border-color: #73710F; }

 span { border-color: rgb(115,113,15); }

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