#73742E

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

Shades of Olivetone #73742E

Tints of Olivetone #73742E

Color information

#73742E (or 0x73742E) is unknown color: approx Olivetone. HEX triplet: 73, 74 and 2E. RGB value is (115,116,46). Sum of RGB (Red+Green+Blue) = 115+116+46=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #73742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73742E is #8C8BD1. Grayscale: #6C6C6C. Windows color (decimal): -9210834 or 3044467. OLE color: 3044467.

HSL color Cylindrical-coordinate representation of color #73742E: hue angle of 60.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73742E is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB11511646-
CMYK0.0100.600.55
HSL60.86º43.21%31.76%-
HSV(B)60.86º60.34%45.49%-
XYZ13.8116.335.01-
YUV107.7293.17133.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=41.52%
G=41.88%
B=16.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115116460.0100.600.5560.8643.2131.76
Hex73742E103C373d2b20
Octal16316456107467755340
Binary1110011111010010111010111100110111111101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73742E; }

 p { color: rgb(115,116,46); }

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

<style>
 a { background-color: #73742E; }

 a { background-color: rgb(115,116,46); }

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

<style>
 span { border-color: #73742E; }

 span { border-color: rgb(115,116,46); }

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