#73702B

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

Shades of Olivetone #73702B

Tints of Olivetone #73702B

Color information

#73702B (or 0x73702B) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 2B. RGB value is (115,112,43). Sum of RGB (Red+Green+Blue) = 115+112+43=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #73702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73702B is #8C8FD4. Grayscale: #696969. Windows color (decimal): -9211861 or 2846835. OLE color: 2846835.

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

Color convert

RGB11511243-
CMYK00.030.630.55
HSL57.5º45.57%30.98%-
HSV(B)57.5º62.61%45.1%-
XYZ13.315.414.56-
YUV105.0392.99135.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=42.59%
G=41.48%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151124300.030.630.5557.545.5730.98
Hex73702B033F373a2e1f
Octal16316053037767725637
Binary1110011111000010101101111111111011111101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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