#73701B

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

Shades of Olivetone #73701B

Tints of Olivetone #73701B

Color information

#73701B (or 0x73701B) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 1B. RGB value is (115,112,27). Sum of RGB (Red+Green+Blue) = 115+112+27=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #73701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73701B is #8C8FE4. Grayscale: #676767. Windows color (decimal): -9211877 or 1798259. OLE color: 1798259.

HSL color Cylindrical-coordinate representation of color #73701B: hue angle of 57.95º degrees, saturation: 0.62, 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 #73701B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11511227-
CMYK00.030.770.55
HSL57.95º61.97%27.84%-
HSV(B)57.95º76.52%45.1%-
XYZ13.0615.313.3-
YUV103.2184.99136.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=45.28%
G=44.09%
B=10.63%

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
Decimal1151122700.030.770.5557.9561.9727.84
Hex73701B034D373a3e1c
Octal163160330311567727634
Binary1110011111000011011011100110111011111101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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