#73701A

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

Shades of Olivetone #73701A

Tints of Olivetone #73701A

Color information

#73701A (or 0x73701A) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 1A. RGB value is (115,112,26). Sum of RGB (Red+Green+Blue) = 115+112+26=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #73701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73701A is #8C8FE5. Grayscale: #676767. Windows color (decimal): -9211878 or 1732723. OLE color: 1732723.

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

Color convert

RGB11511226-
CMYK00.030.770.55
HSL57.98º63.12%27.65%-
HSV(B)57.98º77.39%45.1%-
XYZ13.0515.313.24-
YUV103.0984.49136.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 26 (10.55% from 255) = 10.28%
R=45.45%
G=44.27%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151122600.030.770.5557.9863.1227.65
Hex73701A034D373a3f1c
Octal163160320311567727734
Binary1110011111000011010011100110111011111101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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