#73702C

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

Shades of Olivetone #73702C

Tints of Olivetone #73702C

Color information

#73702C (or 0x73702C) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 2C. RGB value is (115,112,44). Sum of RGB (Red+Green+Blue) = 115+112+44=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #73702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73702C is #8C8FD3. Grayscale: #696969. Windows color (decimal): -9211860 or 2912371. OLE color: 2912371.

HSL color Cylindrical-coordinate representation of color #73702C: hue angle of 57.46º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73702C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB11511244-
CMYK00.030.620.55
HSL57.46º44.65%31.18%-
HSV(B)57.46º61.74%45.1%-
XYZ13.3215.424.66-
YUV105.1493.49135.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=42.44%
G=41.33%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151124400.030.620.5557.4644.6531.18
Hex73702C033E37392d1f
Octal16316054037667715537
Binary1110011111000010110001111111011011111100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73702C; }

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

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

<style>
 a { background-color: #73702C; }

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

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

<style>
 span { border-color: #73702C; }

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

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