#73721B

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

Shades of Olivetone #73721B

Tints of Olivetone #73721B

Color information

#73721B (or 0x73721B) is unknown color: approx Olivetone. HEX triplet: 73, 72 and 1B. RGB value is (115,114,27). Sum of RGB (Red+Green+Blue) = 115+114+27=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73721B is #8C8DE4. Grayscale: #686868. Windows color (decimal): -9211365 or 1798771. OLE color: 1798771.

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

Color convert

RGB11511427-
CMYK00.010.770.55
HSL59.32º61.97%27.84%-
HSV(B)59.32º76.52%45.1%-
XYZ13.2915.763.38-
YUV104.3884.33135.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 27 (10.94% from 255) = 10.55%
R=44.92%
G=44.53%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151142700.010.770.5559.3261.9727.84
Hex73721B014D373b3e1c
Octal163162330111567737634
Binary111001111100101101101100110111011111101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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