#73701F

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

Shades of Olivetone #73701F

Tints of Olivetone #73701F

Color information

#73701F (or 0x73701F) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 1F. RGB value is (115,112,31). Sum of RGB (Red+Green+Blue) = 115+112+31=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73701F is #8C8FE0. Grayscale: #676767. Windows color (decimal): -9211873 or 2060403. OLE color: 2060403.

HSL color Cylindrical-coordinate representation of color #73701F: hue angle of 57.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73701F is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB11511231-
CMYK00.030.730.55
HSL57.86º57.53%28.63%-
HSV(B)57.86º73.04%45.1%-
XYZ13.1115.333.56-
YUV103.6686.99136.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 31 (12.5% from 255) = 12.02%
R=44.57%
G=43.41%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151123100.030.730.5557.8657.5328.63
Hex73701F0349373a3a1d
Octal163160370311167727235
Binary1110011111000011111011100100111011111101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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