#73702D

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

Shades of Olivetone #73702D

Tints of Olivetone #73702D

Color information

#73702D (or 0x73702D) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 2D. RGB value is (115,112,45). Sum of RGB (Red+Green+Blue) = 115+112+45=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #73702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73702D is #8C8FD2. Grayscale: #696969. Windows color (decimal): -9211859 or 2977907. OLE color: 2977907.

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

Color convert

RGB11511245-
CMYK00.030.610.55
HSL57.43º43.75%31.37%-
HSV(B)57.43º60.87%45.1%-
XYZ13.3415.424.76-
YUV105.2693.99134.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=42.28%
G=41.18%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151124500.030.610.5557.4343.7531.37
Hex73702D033D37392c1f
Octal16316055037567715437
Binary1110011111000010110101111110111011111100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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